Class NoneTransformResponse
- java.lang.Object
-
- com.aspectran.core.activity.response.transform.TransformResponse
-
- com.aspectran.core.activity.response.transform.NoneTransformResponse
-
- All Implemented Interfaces:
Response,Replicable<Response>
public class NoneTransformResponse extends TransformResponse
The Class NoneTransformResponse.Created: 2018. 09. 11 PM 10:54:58
-
-
Constructor Summary
Constructors Constructor Description NoneTransformResponse(TransformRule transformRule)Instantiates a new NoneTransformResponse.
-
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
-
NoneTransformResponse
public NoneTransformResponse(TransformRule transformRule)
Instantiates a new NoneTransformResponse.- 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
-
-