Uses of Class
com.aspectran.core.context.rule.ForwardRule
-
Packages that use ForwardRule Package Description com.aspectran.core.activity A package for handling an activity that perform requests, business logic, and responses.com.aspectran.core.activity.response com.aspectran.core.context.rule com.aspectran.core.context.rule.ability com.aspectran.core.context.rule.converter -
-
Uses of ForwardRule in com.aspectran.core.activity
Methods in com.aspectran.core.activity with parameters of type ForwardRule Modifier and Type Method Description voidCoreTranslet. forward(ForwardRule forwardRule)voidTranslet. forward(ForwardRule forwardRule)Forward according to a given rule. -
Uses of ForwardRule in com.aspectran.core.activity.response
Methods in com.aspectran.core.activity.response that return ForwardRule Modifier and Type Method Description ForwardRuleForwardResponse. getForwardRule()Returns the forward rule.Constructors in com.aspectran.core.activity.response with parameters of type ForwardRule Constructor Description ForwardResponse(ForwardRule forwardRule)Instantiates a new ForwardResponse. -
Uses of ForwardRule in com.aspectran.core.context.rule
Methods in com.aspectran.core.context.rule that return ForwardRule Modifier and Type Method Description static ForwardRuleForwardRule. newInstance(java.lang.String transletName)Returns a new instance of ForwardRule.static ForwardRuleForwardRule. newInstance(java.lang.String contentType, java.lang.String transletName, java.lang.String method, java.lang.Boolean defaultResponse)Returns a new instance of ForwardRule.ForwardRuleForwardRule. replicate()static ForwardRuleForwardRule. replicate(ForwardRule forwardRule)Methods in com.aspectran.core.context.rule with parameters of type ForwardRule Modifier and Type Method Description ResponseChooseWhenRule. applyResponseRule(ForwardRule forwardRule)ResponseExceptionThrownRule. applyResponseRule(ForwardRule forwardRule)ResponseResponseRule. applyResponseRule(ForwardRule forwardRule)ResponseTransletRule. applyResponseRule(ForwardRule forwardRule)static ResponseRuleResponseRule. newInstance(ForwardRule forwardRule)static ForwardRuleForwardRule. replicate(ForwardRule forwardRule) -
Uses of ForwardRule in com.aspectran.core.context.rule.ability
Methods in com.aspectran.core.context.rule.ability with parameters of type ForwardRule Modifier and Type Method Description ResponseResponseRuleApplicable. applyResponseRule(ForwardRule forwardRule)Apply the forward rule to the response rule. -
Uses of ForwardRule in com.aspectran.core.context.rule.converter
Methods in com.aspectran.core.context.rule.converter with parameters of type ForwardRule Modifier and Type Method Description static ForwardParametersRulesToParameters. toForwardParameters(ForwardRule forwardRule)
-