Class XmlTransformResponse
- java.lang.Object
-
- com.aspectran.core.activity.response.transform.TransformResponse
-
- com.aspectran.core.activity.response.transform.XmlTransformResponse
-
- All Implemented Interfaces:
Response,Replicable<Response>
public class XmlTransformResponse extends TransformResponse
Response to transform into XML. Created: 2008. 03. 22 PM 5:51:58
-
-
Constructor Summary
Constructors Constructor Description XmlTransformResponse(TransformRule transformRule)Instantiates a new XmlTransformResponse.
-
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(java.lang.Object object, java.io.Writer writer, java.lang.String encoding, FormattingContext formattingContext)-
Methods inherited from class com.aspectran.core.activity.response.transform.TransformResponse
getContentType, getResponseType, getTransformRule, getTransformType, toString
-
-
-
-
Constructor Detail
-
XmlTransformResponse
public XmlTransformResponse(TransformRule transformRule)
Instantiates a new XmlTransformResponse.- 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(java.lang.Object object, java.io.Writer writer, java.lang.String encoding, FormattingContext formattingContext) throws javax.xml.transform.TransformerException- Throws:
javax.xml.transform.TransformerException
-
-