Uses of Class
com.aspectran.core.context.rule.RedirectResponseRule
-
Packages that use RedirectResponseRule 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 basic 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 RedirectResponseRule in com.aspectran.core.activity
Methods in com.aspectran.core.activity with parameters of type RedirectResponseRule Modifier and Type Method Description voidCoreTranslet. redirect(RedirectResponseRule redirectResponseRule)voidTranslet. redirect(RedirectResponseRule redirectResponseRule)Redirect a client according to the given rule. -
Uses of RedirectResponseRule in com.aspectran.core.activity.response
Methods in com.aspectran.core.activity.response that return RedirectResponseRule Modifier and Type Method Description RedirectResponseRuleRedirectResponse. getRedirectResponseRule()Returns the redirect response rule.Constructors in com.aspectran.core.activity.response with parameters of type RedirectResponseRule Constructor Description RedirectResponse(RedirectResponseRule redirectResponseRule)Instantiates a new RedirectResponse. -
Uses of RedirectResponseRule in com.aspectran.core.adapter
Methods in com.aspectran.core.adapter with parameters of type RedirectResponseRule Modifier and Type Method Description java.lang.StringBasicResponseAdapter. redirect(RedirectResponseRule redirectResponseRule)java.lang.StringResponseAdapter. redirect(RedirectResponseRule redirectResponseRule)Redirects a client to a new URL. -
Uses of RedirectResponseRule in com.aspectran.core.context.rule
Methods in com.aspectran.core.context.rule that return RedirectResponseRule Modifier and Type Method Description static RedirectResponseRuleRedirectResponseRule. newInstance(java.lang.String path)static RedirectResponseRuleRedirectResponseRule. 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)RedirectResponseRuleRedirectResponseRule. replicate()static RedirectResponseRuleRedirectResponseRule. replicate(RedirectResponseRule redirectResponseRule)Methods in com.aspectran.core.context.rule with parameters of type RedirectResponseRule Modifier and Type Method Description ResponseExceptionThrownRule. applyResponseRule(RedirectResponseRule redirectResponseRule)ResponseResponseRule. applyResponseRule(RedirectResponseRule redirectResponseRule)ResponseTransletRule. applyResponseRule(RedirectResponseRule redirectResponseRule)static ResponseRuleResponseRule. newInstance(RedirectResponseRule rrr)static RedirectResponseRuleRedirectResponseRule. replicate(RedirectResponseRule redirectResponseRule) -
Uses of RedirectResponseRule in com.aspectran.core.context.rule.ability
Methods in com.aspectran.core.context.rule.ability with parameters of type RedirectResponseRule Modifier and Type Method Description ResponseResponseRuleApplicable. applyResponseRule(RedirectResponseRule redirectResponseRule)Apply the redirect response rule to the response rule. -
Uses of RedirectResponseRule in com.aspectran.core.context.rule.converter
Methods in com.aspectran.core.context.rule.converter with parameters of type RedirectResponseRule Modifier and Type Method Description static RedirectParametersRuleToParamsConverter. toRedirectParameters(RedirectResponseRule redirectResponseRule)
-