Uses of Interface
com.aspectran.core.activity.response.Response
-
Packages that use Response Package Description com.aspectran.core.activity A package for handling an activity that perform requests, business logic, and responses.com.aspectran.core.activity.response com.aspectran.core.activity.response.dispatch com.aspectran.core.activity.response.transform com.aspectran.core.context.rule com.aspectran.core.context.rule.ability -
-
Uses of Response in com.aspectran.core.activity
Methods in com.aspectran.core.activity that return Response Modifier and Type Method Description ResponseActivity. getDeclaredResponse()Returns the originally declared response.ResponseCoreActivity. getDeclaredResponse()ResponseCoreTranslet. getDeclaredResponse()ResponseDefaultActivity. getDeclaredResponse()ResponseTranslet. getDeclaredResponse()Returns the originally declared response.protected ResponseCoreActivity. getDesiredResponse()Methods in com.aspectran.core.activity with parameters of type Response Modifier and Type Method Description protected voidCoreActivity. reserveResponse(Response response)voidCoreTranslet. response(Response response)voidTranslet. response(Response response)Respond immediately, and the remaining jobs will be canceled. -
Uses of Response in com.aspectran.core.activity.response
Classes in com.aspectran.core.activity.response that implement Response Modifier and Type Class Description classForwardResponseThe Class ForwardResponse.classRedirectResponseThe Class RedirectResponse.Methods in com.aspectran.core.activity.response that return Response Modifier and Type Method Description ResponseResponseMap. getFirst()ResponseForwardResponse. replicate()ResponseRedirectResponse. replicate()ResponseResponse. replicate()Replicates and returns this response.Methods in com.aspectran.core.activity.response that return types with arguments of type Response Modifier and Type Method Description java.util.Iterator<Response>ResponseMap. iterator() -
Uses of Response in com.aspectran.core.activity.response.dispatch
Classes in com.aspectran.core.activity.response.dispatch that implement Response Modifier and Type Class Description classDispatchResponseJSP or other web resource integration.Methods in com.aspectran.core.activity.response.dispatch that return Response Modifier and Type Method Description ResponseDispatchResponse. replicate() -
Uses of Response in com.aspectran.core.activity.response.transform
Classes in com.aspectran.core.activity.response.transform that implement Response Modifier and Type Class Description classAponTransformResponseResponse to transform into APON.classCustomTransformResponseResponding with user-implementedCustomTransformer.classJsonTransformResponseResponse to transform into JSON.classNoneTransformResponseThe Class NoneTransformResponse.classTextTransformResponseResponse to transform to plain text.classTransformResponseThe Class TransformResponse.classXmlTransformResponseResponse to transform into XML.classXslTransformResponseResponse to transform into XSL.Methods in com.aspectran.core.activity.response.transform that return Response Modifier and Type Method Description static ResponseTransformResponseFactory. create(TransformRule transformRule)Creates a new Transform object with specified TransformRule.ResponseAponTransformResponse. replicate()ResponseCustomTransformResponse. replicate()ResponseJsonTransformResponse. replicate()ResponseNoneTransformResponse. replicate()ResponseTextTransformResponse. replicate()ResponseXmlTransformResponse. replicate()ResponseXslTransformResponse. replicate() -
Uses of Response in com.aspectran.core.context.rule
Methods in com.aspectran.core.context.rule with parameters of type Response Modifier and Type Method Description voidChooseWhenRule. setResponse(Response response)voidResponseRule. setResponse(Response response) -
Uses of Response in com.aspectran.core.context.rule.ability
Methods in com.aspectran.core.context.rule.ability that return Response Modifier and Type Method Description ResponseResponseRuleApplicable. applyResponseRule(DispatchRule dispatchRule)Apply the dispatch rule to the response rule.ResponseResponseRuleApplicable. applyResponseRule(ForwardRule forwardRule)Apply the forward rule to the response rule.ResponseResponseRuleApplicable. applyResponseRule(RedirectRule redirectRule)Apply the redirect rule to the response rule.ResponseResponseRuleApplicable. applyResponseRule(TransformRule transformRule)Apply the transform rule to the response rule.
-