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
Subclasses of AppendRule in com.aspectran.core.context.rule Modifier and Type Class Description classFileAppendRuleDefines a rule to append a file with defined rules.classResourceAppendRuleDefines a rule to append a resource with defined rules.classUrlAppendRuleDefines a rule to append a URL with defined rules.Methods in com.aspectran.core.context.rule that return AppendRule Modifier and Type Method Description static AppendRuleAppendRule. newInstance(AspectranParameters aspectranParameters, 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 AppendParametersRulesToParameters. toAppendParameters(AppendRule appendRule) -
Uses of AppendRule in com.aspectran.core.context.rule.params
Methods in com.aspectran.core.context.rule.params that return AppendRule Modifier and Type Method Description AppendRuleAspectranParameters. newAppendRule()Methods in com.aspectran.core.context.rule.params with parameters of type AppendRule Modifier and Type Method Description AspectranParametersAspectranParameters. addRule(AppendRule appendRule)
-