| Modifier and Type | Method | Description |
|---|---|---|
ResponseType |
ForwardResponse.getResponseType() |
|
ResponseType |
RedirectResponse.getResponseType() |
|
ResponseType |
Response.getResponseType() |
Gets the response type.
|
| Modifier and Type | Method | Description |
|---|---|---|
ResponseType |
DispatchResponse.getResponseType() |
| Modifier and Type | Method | Description |
|---|---|---|
ResponseType |
TransformResponse.getResponseType() |
| Modifier and Type | Field | Description |
|---|---|---|
static ResponseType |
DispatchResponseRule.RESPONSE_TYPE |
|
static ResponseType |
ForwardResponseRule.RESPONSE_TYPE |
|
static ResponseType |
RedirectResponseRule.RESPONSE_TYPE |
|
static ResponseType |
TransformRule.RESPONSE_TYPE |
| Modifier and Type | Method | Description |
|---|---|---|
ResponseType |
ResponseRule.getResponseType() |
| Modifier and Type | Method | Description |
|---|---|---|
static ResponseType |
ResponseType.resolve(java.lang.String alias) |
Returns a
ResponseType with a value represented
by the specified String. |
static ResponseType |
ResponseType.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static ResponseType[] |
ResponseType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2008–2018 The Aspectran Project. All rights reserved.