Class TransletRuleRegistry
java.lang.Object
com.aspectran.core.component.AbstractComponent
com.aspectran.core.component.translet.TransletRuleRegistry
- All Implemented Interfaces:
Component
The Class TransletRuleRegistry.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addTransletRule
(TransletRule transletRule) boolean
boolean
contains
(String transletName, MethodType requestMethod) protected void
protected void
getTransletRule
(String transletName) getTransletRule
(String transletName, MethodType requestMethod) void
setAssistantLocal
(AssistantLocal assistantLocal) Methods inherited from class com.aspectran.core.component.AbstractComponent
destroy, getComponentName, initialize, isAvailable, isDestroyed, isDestroying, isInitialized
-
Constructor Details
-
TransletRuleRegistry
-
-
Method Details
-
setAssistantLocal
-
getTransletRules
-
getTransletRule
-
getTransletRule
-
contains
-
contains
-
addTransletRule
- Throws:
IllegalRuleException
-
doInitialize
protected void doInitialize()- Specified by:
doInitialize
in classAbstractComponent
-
doDestroy
protected void doDestroy()- Specified by:
doDestroy
in classAbstractComponent
-