Package org.zkoss.bind.sys.debugger.impl
Class DefaultDebuggerFactory
- java.lang.Object
-
- org.zkoss.bind.sys.debugger.DebuggerFactory
-
- org.zkoss.bind.sys.debugger.impl.DefaultDebuggerFactory
-
public class DefaultDebuggerFactory extends DebuggerFactory
The default implementation ofDebuggerFactoryit is execution scope implementation and provides client-log and system-out implementation- Since:
- 6.5.2
- Author:
- dennis
-
-
Field Summary
-
Fields inherited from class org.zkoss.bind.sys.debugger.DebuggerFactory
ENABLE_PROP, FACTORY_CLASS_PROP
-
-
Constructor Summary
Constructors Constructor Description DefaultDebuggerFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected BindingExecutionInfoCollectorcreateBindingExecutionInfoCollector()protected BindingAnnotationInfoCheckercreateDefaultAnnotationInfoChecker()BindingAnnotationInfoCheckergetAnnotationInfoChecker()Get the checker, the sub-class have to consider the thread-safe issue when implementing.BindingExecutionInfoCollectorgetExecutionInfoCollector()Get the collector, the sub-class have to consider the thread-safe issue when implementing.-
Methods inherited from class org.zkoss.bind.sys.debugger.DebuggerFactory
getInstance
-
-
-
-
Method Detail
-
getExecutionInfoCollector
public BindingExecutionInfoCollector getExecutionInfoCollector()
Description copied from class:DebuggerFactoryGet the collector, the sub-class have to consider the thread-safe issue when implementing.- Specified by:
getExecutionInfoCollectorin classDebuggerFactory- Returns:
- the BindingExecutionInfoCollector or null if isn't existed
-
createBindingExecutionInfoCollector
protected BindingExecutionInfoCollector createBindingExecutionInfoCollector()
-
getAnnotationInfoChecker
public BindingAnnotationInfoChecker getAnnotationInfoChecker()
Description copied from class:DebuggerFactoryGet the checker, the sub-class have to consider the thread-safe issue when implementing.- Specified by:
getAnnotationInfoCheckerin classDebuggerFactory- Returns:
- the BindingAnnotationInfoChecker or null if isn't existed
-
createDefaultAnnotationInfoChecker
protected BindingAnnotationInfoChecker createDefaultAnnotationInfoChecker()
-
-