Uses of Class
com.aspectran.core.context.rule.RequestRule
Packages that use RequestRule
Package
Description
A package for handling an activity that perform requests, business logic, and responses.
-
Uses of RequestRule in com.aspectran.core.activity
Methods in com.aspectran.core.activity that return RequestRuleModifier and TypeMethodDescriptionprotected RequestRule
AbstractTranslet.getRequestRule()
protected RequestRule
CoreActivity.getRequestRule()
-
Uses of RequestRule in com.aspectran.core.context.rule
Methods in com.aspectran.core.context.rule that return RequestRuleModifier and TypeMethodDescriptionTransletRule.getRequestRule()
Gets the request rule.static RequestRule
RequestRule.newInstance
(boolean explicit) static RequestRule
RequestRule.newInstance
(String allowedMethod, String encoding) TransletRule.touchRequestRule
(boolean explicit) Methods in com.aspectran.core.context.rule with parameters of type RequestRuleModifier and TypeMethodDescriptionvoid
TransletRule.setRequestRule
(RequestRule requestRule) Sets the request rule.