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 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.-
Methods inherited from class com.aspectran.core.activity.response.transform.TransformResponse
getContentType, getResponseType, getTransformRule, getTransformType, toString
-
-
-
-
Constructor Detail
-
NoneTransformResponse
public NoneTransformResponse(TransformRule transformRule)
Instantiates a new NoneTransformResponse.- 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
-
-