Class AbstractActivityContextParser
java.lang.Object
com.aspectran.core.context.rule.parser.AbstractActivityContextParser
- All Implemented Interfaces:
ActivityContextParser
- Direct Known Subclasses:
HybridActivityContextParser
The Class AbstractActivityContextParser.
Created: 2008. 06. 14 PM 8:53:29
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
protected boolean
protected RuleAppender
resolveAppender
(String classpathOrFilePath) void
setDebugMode
(boolean debugMode) void
setEncoding
(String encoding) void
setUseXmlToApon
(boolean useXmlToApon) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.aspectran.core.context.rule.parser.ActivityContextParser
parse, parse
-
Field Details
-
logger
-
-
Constructor Details
-
AbstractActivityContextParser
-
-
Method Details
-
getContextRuleAssistant
- Specified by:
getContextRuleAssistant
in interfaceActivityContextParser
-
getEncoding
-
setEncoding
- Specified by:
setEncoding
in interfaceActivityContextParser
-
isUseXmlToApon
protected boolean isUseXmlToApon() -
setUseXmlToApon
public void setUseXmlToApon(boolean useXmlToApon) - Specified by:
setUseXmlToApon
in interfaceActivityContextParser
-
isDebugMode
protected boolean isDebugMode() -
setDebugMode
public void setDebugMode(boolean debugMode) - Specified by:
setDebugMode
in interfaceActivityContextParser
-
resolveAppender
-