Uses of Class
com.aspectran.core.context.rule.DispatchResponseRule
-
Packages that use DispatchResponseRule Package Description com.aspectran.core.activity A package for handling an activity that perform requests, business logic, and responses.com.aspectran.core.activity.response.dispatch com.aspectran.core.context.rule com.aspectran.core.context.rule.ability com.aspectran.core.context.rule.converter com.aspectran.core.support.view -
-
Uses of DispatchResponseRule in com.aspectran.core.activity
Methods in com.aspectran.core.activity with parameters of type DispatchResponseRule Modifier and Type Method Description voidCoreTranslet. dispatch(DispatchResponseRule dispatchResponseRule)voidTranslet. dispatch(DispatchResponseRule dispatchResponseRule)Dispatch to other resources as the given rule. -
Uses of DispatchResponseRule in com.aspectran.core.activity.response.dispatch
Methods in com.aspectran.core.activity.response.dispatch that return DispatchResponseRule Modifier and Type Method Description DispatchResponseRuleDispatchResponse. getDispatchResponseRule()Gets the dispatch response rule.DispatchResponseRuleDispatchResponseException. getDispatchResponseRule()Gets the dispatch response rule.Methods in com.aspectran.core.activity.response.dispatch with parameters of type DispatchResponseRule Modifier and Type Method Description voidViewDispatcher. dispatch(Activity activity, DispatchResponseRule dispatchResponseRule)Dispatch to other resources as the given rule.Constructors in com.aspectran.core.activity.response.dispatch with parameters of type DispatchResponseRule Constructor Description DispatchResponse(DispatchResponseRule dispatchResponseRule)Instantiates a new DispatchResponse with specified DispatchResponseRule.DispatchResponseException(DispatchResponseRule dispatchResponseRule, java.lang.String msg)Constructor to create exception to wrap another exception and pass a message.DispatchResponseException(DispatchResponseRule dispatchResponseRule, java.lang.String msg, java.lang.Throwable cause)Constructor to create exception to wrap another exception and pass a message.DispatchResponseException(DispatchResponseRule dispatchResponseRule, java.lang.Throwable cause)Constructor to create exception to wrap another exception and pass a message. -
Uses of DispatchResponseRule in com.aspectran.core.context.rule
Methods in com.aspectran.core.context.rule that return DispatchResponseRule Modifier and Type Method Description static DispatchResponseRuleDispatchResponseRule. newInstance(java.lang.String name)Returns a new instance of DispatchResponseRule.static DispatchResponseRuleDispatchResponseRule. newInstance(java.lang.String name, java.lang.String dispatcher, java.lang.String contentType, java.lang.String encoding)Returns a new instance of DispatchResponseRule.static DispatchResponseRuleDispatchResponseRule. newInstance(java.lang.String name, java.lang.String dispatcherName, java.lang.String contentType, java.lang.String encoding, java.lang.Boolean defaultResponse)Returns a new instance of DispatchResponseRule.DispatchResponseRuleDispatchResponseRule. replicate()static DispatchResponseRuleDispatchResponseRule. replicate(DispatchResponseRule dispatchResponseRule)Returns a new derived instance of DispatchResponseRule.Methods in com.aspectran.core.context.rule with parameters of type DispatchResponseRule Modifier and Type Method Description ResponseExceptionThrownRule. applyResponseRule(DispatchResponseRule dispatchResponseRule)ResponseResponseRule. applyResponseRule(DispatchResponseRule dispatchResponseRule)ResponseTransletRule. applyResponseRule(DispatchResponseRule dispatchResponseRule)static ResponseRuleResponseRule. newInstance(DispatchResponseRule drr)static DispatchResponseRuleDispatchResponseRule. replicate(DispatchResponseRule dispatchResponseRule)Returns a new derived instance of DispatchResponseRule. -
Uses of DispatchResponseRule in com.aspectran.core.context.rule.ability
Methods in com.aspectran.core.context.rule.ability with parameters of type DispatchResponseRule Modifier and Type Method Description ResponseResponseRuleApplicable. applyResponseRule(DispatchResponseRule dispatchResponseRule)Apply the dispatch response rule to the response rule. -
Uses of DispatchResponseRule in com.aspectran.core.context.rule.converter
Methods in com.aspectran.core.context.rule.converter with parameters of type DispatchResponseRule Modifier and Type Method Description static DispatchParametersRuleToParamsConverter. toDispatchParameters(DispatchResponseRule dispatchResponseRule) -
Uses of DispatchResponseRule in com.aspectran.core.support.view
Methods in com.aspectran.core.support.view with parameters of type DispatchResponseRule Modifier and Type Method Description voidFreeMarkerViewDispatcher. dispatch(Activity activity, DispatchResponseRule dispatchResponseRule)voidPebbleViewDispatcher. dispatch(Activity activity, DispatchResponseRule dispatchResponseRule)
-