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
APON Transform Response converts the response data to APON and outputs it. 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 Responsereplicate()Replicates and returns this response.voidtransform(Activity activity)static voidtransform(Parameters parameters, java.io.Writer writer, FormattingContext formattingContext)-
Methods inherited from class com.aspectran.core.activity.response.transform.TransformResponse
commit, getContentType, getFormatType, getResponseType, getTransformRule, toString
-
-
-
-
Constructor Detail
-
AponTransformResponse
public AponTransformResponse(TransformRule transformRule)
Instantiates a new AponTransformResponse.- Parameters:
transformRule- the transform rule
-
-
Method Detail
-
transform
public void transform(Activity activity) throws java.lang.Exception
- Specified by:
transformin classTransformResponse- Throws:
java.lang.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
-
-