Uses of Class
com.aspectran.core.context.rule.AppendRule
-
Packages that use AppendRule Package Description com.aspectran.core.context.rule com.aspectran.core.context.rule.appender com.aspectran.core.context.rule.converter com.aspectran.core.context.rule.params -
-
Uses of AppendRule in com.aspectran.core.context.rule
Methods in com.aspectran.core.context.rule that return AppendRule Modifier and Type Method Description static AppendRuleAppendRule. newInstance(AspectranParameters aspectran, java.lang.String profile)Create a new AppendRule.static AppendRuleAppendRule. newInstance(java.lang.String file, java.lang.String resource, java.lang.String url, java.lang.String format, java.lang.String profile)Create a new AppendRule. -
Uses of AppendRule in com.aspectran.core.context.rule.appender
Methods in com.aspectran.core.context.rule.appender that return AppendRule Modifier and Type Method Description AppendRuleRuleAppender. getAppendRule()Methods in com.aspectran.core.context.rule.appender with parameters of type AppendRule Modifier and Type Method Description voidRuleAppendHandler. pending(AppendRule appendRule)voidRuleAppender. setAppendRule(AppendRule appendRule) -
Uses of AppendRule in com.aspectran.core.context.rule.converter
Methods in com.aspectran.core.context.rule.converter with parameters of type AppendRule Modifier and Type Method Description static AppendParametersRuleToParamsConverter. toAppendParameters(AppendRule appendRule) -
Uses of AppendRule in com.aspectran.core.context.rule.params
Methods in com.aspectran.core.context.rule.params with parameters of type AppendRule Modifier and Type Method Description voidAspectranParameters. addRule(AppendRule appendRule)
-