Replicable<Response>AponTransformResponse, DispatchResponse, ForwardResponse, JsonTransformResponse, RedirectResponse, TextTransformResponse, TransformResponse, XmlTransformResponse, XslTransformResponsepublic interface Response extends Replicable<Response>
Created: 2008. 03. 23 PM 12:52:04
| Modifier and Type | Method | Description |
|---|---|---|
ActionList |
getActionList() |
Gets the action list.
|
java.lang.String |
getContentType() |
Gets the content type.
|
ResponseType |
getResponseType() |
Gets the response type.
|
Response |
replicate() |
Replicates and returns this response.
|
void |
respond(Activity activity) |
Response.
|
void respond(Activity activity)
activity - the current ActivityResponseException - the response exceptionResponseType getResponseType()
java.lang.String getContentType()
ActionList getActionList()
Response replicate()
replicate in interface Replicable<Response>Copyright © 2008–2018 The Aspectran Project. All rights reserved.