Response, Replicable<Response>public class ForwardResponse extends java.lang.Object implements Response
Created: 2008. 03. 22 PM 5:51:58
| Constructor | Description |
|---|---|
ForwardResponse(ForwardResponseRule forwardResponseRule) |
Instantiates a new ForwardResponse.
|
| Modifier and Type | Method | Description |
|---|---|---|
ActionList |
getActionList() |
Gets the action list.
|
java.lang.String |
getContentType() |
Gets the content type.
|
ForwardResponseRule |
getForwardResponseRule() |
Returns the forward response rule.
|
ResponseType |
getResponseType() |
Gets the response type.
|
Response |
replicate() |
Replicates and returns this response.
|
void |
respond(Activity activity) |
Response.
|
java.lang.String |
toString() |
public ForwardResponse(ForwardResponseRule forwardResponseRule)
forwardResponseRule - the forward response rulepublic void respond(Activity activity)
Responsepublic ResponseType getResponseType()
ResponsegetResponseType in interface Responsepublic java.lang.String getContentType()
ResponsegetContentType in interface Responsepublic ActionList getActionList()
ResponsegetActionList in interface Responsepublic Response replicate()
Responsereplicate in interface Replicable<Response>replicate in interface Responsepublic ForwardResponseRule getForwardResponseRule()
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2008–2018 The Aspectran Project. All rights reserved.