| 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 |
| Modifier and Type | Method | Description |
|---|---|---|
void |
CoreTranslet.redirect(RedirectResponseRule redirectResponseRule) |
|
void |
Translet.redirect(RedirectResponseRule redirectResponseRule) |
Redirect a client according to the given rule.
|
| Modifier and Type | Method | Description |
|---|---|---|
RedirectResponseRule |
RedirectResponse.getRedirectResponseRule() |
Returns the redirect response rule.
|
| Constructor | Description |
|---|---|
RedirectResponse(RedirectResponseRule redirectResponseRule) |
Instantiates a new RedirectResponse.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
BasicResponseAdapter.redirect(RedirectResponseRule redirectResponseRule) |
|
java.lang.String |
ResponseAdapter.redirect(RedirectResponseRule redirectResponseRule) |
Redirects a client to a new URL.
|
| Modifier and Type | Method | Description |
|---|---|---|
static RedirectResponseRule |
RedirectResponseRule.newInstance(java.lang.String target) |
|
static RedirectResponseRule |
RedirectResponseRule.newInstance(java.lang.String contentType,
java.lang.String target,
java.lang.String encoding,
java.lang.Boolean excludeNullParameter,
java.lang.Boolean excludeEmptyParameter,
java.lang.Boolean defaultResponse) |
|
RedirectResponseRule |
RedirectResponseRule.replicate() |
|
static RedirectResponseRule |
RedirectResponseRule.replicate(RedirectResponseRule redirectResponseRule) |
| Modifier and Type | Method | Description |
|---|---|---|
Response |
ExceptionThrownRule.applyResponseRule(RedirectResponseRule redirectResponseRule) |
|
Response |
ResponseRule.applyResponseRule(RedirectResponseRule redirectResponseRule) |
|
Response |
TransletRule.applyResponseRule(RedirectResponseRule redirectResponseRule) |
|
static ResponseRule |
ResponseRule.newInstance(RedirectResponseRule rrr) |
|
static RedirectResponseRule |
RedirectResponseRule.replicate(RedirectResponseRule redirectResponseRule) |
| Modifier and Type | Method | Description |
|---|---|---|
Response |
ResponseRuleApplicable.applyResponseRule(RedirectResponseRule redirectResponseRule) |
Apply the redirect response rule to the response rule.
|
| Modifier and Type | Method | Description |
|---|---|---|
static RedirectParameters |
RuleToParamsConverter.toRedirectParameters(RedirectResponseRule redirectResponseRule) |
Copyright © 2008–2018 The Aspectran Project. All rights reserved.