Uses of Class
com.aspectran.core.context.rule.RedirectRule
-
Packages that use RedirectRule 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.adapter A package for providing adapters for integration with a core activity.com.aspectran.core.context.rule com.aspectran.core.context.rule.ability com.aspectran.core.context.rule.converter -
-
Uses of RedirectRule in com.aspectran.core.activity
Methods in com.aspectran.core.activity with parameters of type RedirectRule Modifier and Type Method Description voidCoreTranslet. redirect(RedirectRule redirectRule)voidTranslet. redirect(RedirectRule redirectRule)Redirect a client according to the given rule. -
Uses of RedirectRule in com.aspectran.core.activity.response
Methods in com.aspectran.core.activity.response that return RedirectRule Modifier and Type Method Description RedirectRuleRedirectResponse. getRedirectRule()Returns the redirect rule.Constructors in com.aspectran.core.activity.response with parameters of type RedirectRule Constructor Description RedirectResponse(RedirectRule redirectRule)Instantiates a new RedirectResponse. -
Uses of RedirectRule in com.aspectran.core.adapter
Methods in com.aspectran.core.adapter with parameters of type RedirectRule Modifier and Type Method Description java.lang.StringDefaultResponseAdapter. redirect(RedirectRule redirectRule)java.lang.StringResponseAdapter. redirect(RedirectRule redirectRule)Redirects a client to a new URL. -
Uses of RedirectRule in com.aspectran.core.context.rule
Methods in com.aspectran.core.context.rule that return RedirectRule Modifier and Type Method Description static RedirectRuleRedirectRule. newInstance(java.lang.String path)static RedirectRuleRedirectRule. newInstance(java.lang.String contentType, java.lang.String path, java.lang.String encoding, java.lang.Boolean excludeNullParameters, java.lang.Boolean excludeEmptyParameters, java.lang.Boolean defaultResponse)RedirectRuleRedirectRule. replicate()static RedirectRuleRedirectRule. replicate(RedirectRule redirectRule)Methods in com.aspectran.core.context.rule with parameters of type RedirectRule Modifier and Type Method Description ResponseChooseWhenRule. applyResponseRule(RedirectRule redirectRule)ResponseExceptionThrownRule. applyResponseRule(RedirectRule redirectRule)ResponseResponseRule. applyResponseRule(RedirectRule redirectRule)ResponseTransletRule. applyResponseRule(RedirectRule redirectRule)static ResponseRuleResponseRule. newInstance(RedirectRule redirectRule)static RedirectRuleRedirectRule. replicate(RedirectRule redirectRule) -
Uses of RedirectRule in com.aspectran.core.context.rule.ability
Methods in com.aspectran.core.context.rule.ability with parameters of type RedirectRule Modifier and Type Method Description ResponseResponseRuleApplicable. applyResponseRule(RedirectRule redirectRule)Apply the redirect rule to the response rule. -
Uses of RedirectRule in com.aspectran.core.context.rule.converter
Methods in com.aspectran.core.context.rule.converter with parameters of type RedirectRule Modifier and Type Method Description static RedirectParametersRulesToParameters. toRedirectParameters(RedirectRule redirectRule)
-