Class XslTransformResponse
- java.lang.Object
-
- com.aspectran.core.activity.response.transform.TransformResponse
-
- com.aspectran.core.activity.response.transform.XslTransformResponse
-
- All Implemented Interfaces:
Response,Replicable<Response>
public class XslTransformResponse extends TransformResponse
XSL Transform Response converts the response data to XML and applies XSLT transformation to it. Created: 2008. 03. 22 PM 5:51:58
-
-
Constructor Summary
Constructors Constructor Description XslTransformResponse(TransformRule transformRule)Instantiates a new XslTransformResponse.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Responsereplicate()Replicates and returns this response.protected voidtransform(Activity activity)-
Methods inherited from class com.aspectran.core.activity.response.transform.TransformResponse
commit, getContentType, getFormatType, getResponseType, getTransformRule, toString
-
-
-
-
Constructor Detail
-
XslTransformResponse
public XslTransformResponse(TransformRule transformRule)
Instantiates a new XslTransformResponse.- Parameters:
transformRule- the transform rule
-
-
Method Detail
-
transform
protected void transform(Activity activity) throws java.lang.Exception
- Specified by:
transformin classTransformResponse- Throws:
java.lang.Exception
-
-