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 RequestRule
AbstractTranslet. getRequestRule()
protected RequestRule
CoreActivity. 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 RequestRule
TransletRule. getRequestRule()
Gets the request rule.static RequestRule
RequestRule. newInstance(boolean explicit)
static RequestRule
RequestRule. newInstance(java.lang.String allowedMethod, java.lang.String encoding)
RequestRule
TransletRule. touchRequestRule(boolean explicit)
Methods in com.aspectran.core.context.rule with parameters of type RequestRule Modifier and Type Method Description void
TransletRule. setRequestRule(RequestRule requestRule)
Sets the request rule.
-