Uses of Class
com.aspectran.core.context.rule.ResponseRule
-
Packages that use ResponseRule Package Description com.aspectran.core.activity A package for handling an activity that perform requests, business logic, and responses.com.aspectran.core.context.rule com.aspectran.core.context.rule.converter -
-
Uses of ResponseRule in com.aspectran.core.activity
Methods in com.aspectran.core.activity that return ResponseRule Modifier and Type Method Description protected ResponseRuleAbstractTranslet. getResponseRule()protected ResponseRuleCoreActivity. getResponseRule()Returns the response rule. -
Uses of ResponseRule in com.aspectran.core.context.rule
Methods in com.aspectran.core.context.rule that return ResponseRule Modifier and Type Method Description ResponseRuleTransletRule. getResponseRule()Gets the response rule.static ResponseRuleResponseRule. newInstance(CustomTransformResponse response)static ResponseRuleResponseRule. newInstance(DispatchRule dispatchRule)static ResponseRuleResponseRule. newInstance(ForwardRule forwardRule)static ResponseRuleResponseRule. newInstance(RedirectRule redirectRule)static ResponseRuleResponseRule. newInstance(TransformRule transformRule)static ResponseRuleResponseRule. newInstance(java.lang.String name, java.lang.String encoding)ResponseRuleResponseRule. replicate()static ResponseRuleResponseRule. replicate(ResponseRule responseRule)Methods in com.aspectran.core.context.rule that return types with arguments of type ResponseRule Modifier and Type Method Description java.util.List<ResponseRule>TransletRule. getResponseRuleList()Methods in com.aspectran.core.context.rule with parameters of type ResponseRule Modifier and Type Method Description voidTransletRule. addResponseRule(ResponseRule responseRule)static ResponseRuleResponseRule. replicate(ResponseRule responseRule)voidTransletRule. setResponseRule(ResponseRule responseRule)Sets the response rule.Method parameters in com.aspectran.core.context.rule with type arguments of type ResponseRule Modifier and Type Method Description voidTransletRule. setResponseRuleList(java.util.List<ResponseRule> responseRuleList) -
Uses of ResponseRule in com.aspectran.core.context.rule.converter
Methods in com.aspectran.core.context.rule.converter with parameters of type ResponseRule Modifier and Type Method Description static ResponseParametersRulesToParameters. toResponseParameters(ResponseRule responseRule)
-