Class TextTransformResponse
- java.lang.Object
-
- com.aspectran.core.activity.response.transform.TransformResponse
-
- com.aspectran.core.activity.response.transform.TextTransformResponse
-
- All Implemented Interfaces:
Response,Replicable<Response>
public class TextTransformResponse extends TransformResponse
Response to transform to plain text.Created: 2008. 03. 22 PM 5:51:58
-
-
Constructor Summary
Constructors Constructor Description TextTransformResponse(TransformRule transformRule)Instantiates a new TextTransformResponse.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcommit(Activity activity)The result of the activity is processed into a specific response form and then sent to the client.Responsereplicate()Replicates and returns this response.-
Methods inherited from class com.aspectran.core.activity.response.transform.TransformResponse
getContentType, getResponseType, getTransformRule, getTransformType, toString
-
-
-
-
Constructor Detail
-
TextTransformResponse
public TextTransformResponse(TransformRule transformRule)
Instantiates a new TextTransformResponse.- Parameters:
transformRule- the transform rule
-
-
Method Detail
-
commit
public void commit(Activity activity) throws ResponseException
Description copied from interface:ResponseThe result of the activity is processed into a specific response form and then sent to the client.- Parameters:
activity- the current Activity- Throws:
ResponseException- the response exception
-
-