Class ForwardResponse
java.lang.Object
com.aspectran.core.activity.response.ForwardResponse
- All Implemented Interfaces:
Response
,Replicable<Response>
The Class ForwardResponse.
Created: 2008. 03. 22 PM 5:51:58
-
Constructor Summary
ConstructorsConstructorDescriptionForwardResponse
(ForwardRule forwardRule) Instantiates a new ForwardResponse. -
Method Summary
Modifier and TypeMethodDescriptionvoid
The result of the activity is processed into a specific response form and then sent to the client.Gets the content type.Returns the forward rule.Gets the response type.Replicates and returns this response.toString()
-
Constructor Details
-
ForwardResponse
Instantiates a new ForwardResponse.- Parameters:
forwardRule
- the forward rule
-
-
Method Details
-
commit
Description copied from interface:Response
The result of the activity is processed into a specific response form and then sent to the client. -
getResponseType
Description copied from interface:Response
Gets the response type.- Specified by:
getResponseType
in interfaceResponse
- Returns:
- the response type
-
getContentType
Description copied from interface:Response
Gets the content type.- Specified by:
getContentType
in interfaceResponse
- Returns:
- the content type
-
replicate
Description copied from interface:Response
Replicates and returns this response.- Specified by:
replicate
in interfaceReplicable<Response>
- Specified by:
replicate
in interfaceResponse
- Returns:
- the new response
-
getForwardRule
Returns the forward rule.- Returns:
- the forward rule
-
toString
-