Response, Replicable<Response>public class DispatchResponse extends java.lang.Object implements Response
Created: 2008. 03. 22 PM 5:51:58
| Constructor | Description |
|---|---|
DispatchResponse(DispatchResponseRule dispatchResponseRule) |
Instantiates a new DispatchResponse with specified DispatchResponseRule.
|
| Modifier and Type | Method | Description |
|---|---|---|
ActionList |
getActionList() |
Gets the action list.
|
java.lang.String |
getContentType() |
Gets the content type.
|
DispatchResponseRule |
getDispatchResponseRule() |
Gets the dispatch 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 DispatchResponse(DispatchResponseRule dispatchResponseRule)
dispatchResponseRule - the dispatch response rulepublic void respond(Activity activity)
Responsepublic DispatchResponseRule getDispatchResponseRule()
public java.lang.String getContentType()
ResponsegetContentType in interface Responsepublic ResponseType getResponseType()
ResponsegetResponseType in interface Responsepublic ActionList getActionList()
ResponsegetActionList in interface Responsepublic Response replicate()
Responsereplicate in interface Replicable<Response>replicate in interface Responsepublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2008–2018 The Aspectran Project. All rights reserved.