public interface ResponseRuleApplicable
Modifier and Type | Method and Description |
---|---|
Response |
applyResponseRule(DispatchResponseRule dispatchResponseRule)
Apply the dispatch response rule to the response rule.
|
Response |
applyResponseRule(ForwardResponseRule forwardResponseRule)
Apply the forward response rule to the response rule.
|
Response |
applyResponseRule(RedirectResponseRule redirectResponseRule)
Apply the redirect response rule to the response rule.
|
Response |
applyResponseRule(TransformRule transformRule)
Apply the tranform response rule to the response rule.
|
Response applyResponseRule(DispatchResponseRule dispatchResponseRule)
dispatchResponseRule
- the dispatch response ruleResponse applyResponseRule(TransformRule transformRule)
transformRule
- the transform ruleResponse applyResponseRule(ForwardResponseRule forwardResponseRule)
forwardResponseRule
- the forward response ruleResponse applyResponseRule(RedirectResponseRule redirectResponseRule)
redirectResponseRule
- the redirect response ruleCopyright © 2008–2017 Aspectran.com. All rights reserved.