Uses of Class
com.aspectran.core.context.rule.RequestRule
-
Packages that use RequestRule Package Description com.aspectran.core.activity A package for handling an activity that perform requests, business logic, and responses.com.aspectran.core.context.rule -
-
Uses of RequestRule in com.aspectran.core.activity
Methods in com.aspectran.core.activity that return RequestRule Modifier and Type Method Description protected RequestRuleAbstractTranslet. getRequestRule()protected RequestRuleCoreActivity. getRequestRule()Returns the request rule. -
Uses of RequestRule in com.aspectran.core.context.rule
Methods in com.aspectran.core.context.rule that return RequestRule Modifier and Type Method Description RequestRuleTransletRule. getRequestRule()Gets the request rule.static RequestRuleRequestRule. newInstance(boolean explicit)static RequestRuleRequestRule. newInstance(java.lang.String allowedMethod, java.lang.String encoding)RequestRuleTransletRule. touchRequestRule(boolean explicit)Methods in com.aspectran.core.context.rule with parameters of type RequestRule Modifier and Type Method Description voidTransletRule. setRequestRule(RequestRule requestRule)Sets the request rule.
-