Class AponTransformResponse
- java.lang.Object
-
- com.aspectran.core.activity.response.transform.TransformResponse
-
- com.aspectran.core.activity.response.transform.AponTransformResponse
-
- All Implemented Interfaces:
Response,Replicable<Response>
public class AponTransformResponse extends TransformResponse
Response to transform into APON. Created: 2008. 03. 22 PM 5:51:58
-
-
Constructor Summary
Constructors Constructor Description AponTransformResponse(TransformRule transformRule)Instantiates a new AponTransformResponse.
-
Method Summary
All Methods Static 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.static voidtransform(Parameters parameters, java.io.Writer writer, FormattingContext formattingContext)-
Methods inherited from class com.aspectran.core.activity.response.transform.TransformResponse
getContentType, getResponseType, getTransformRule, getTransformType, toString
-
-
-
-
Constructor Detail
-
AponTransformResponse
public AponTransformResponse(TransformRule transformRule)
Instantiates a new AponTransformResponse.- 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
-
replicate
public Response replicate()
Description copied from interface:ResponseReplicates and returns this response.- Returns:
- the new response
-
transform
public static void transform(Parameters parameters, java.io.Writer writer, FormattingContext formattingContext) throws java.io.IOException
- Throws:
java.io.IOException
-
-