Uses of Class
com.aspectran.core.context.rule.TransformRule
-
Packages that use TransformRule Package Description com.aspectran.core.activity A package for handling an activity that perform requests, business logic, and responses.com.aspectran.core.activity.response.transform com.aspectran.core.context.rule com.aspectran.core.context.rule.ability com.aspectran.core.context.rule.converter -
-
Uses of TransformRule in com.aspectran.core.activity
Methods in com.aspectran.core.activity with parameters of type TransformRule Modifier and Type Method Description voidCoreTranslet. transform(TransformRule transformRule)voidTranslet. transform(TransformRule transformRule)Transformation according to a given rule, and transmits this response. -
Uses of TransformRule in com.aspectran.core.activity.response.transform
Methods in com.aspectran.core.activity.response.transform that return TransformRule Modifier and Type Method Description TransformRuleTransformResponse. getTransformRule()Gets the transform rule.TransformRuleTransformResponseException. getTransformRule()Gets the transform rule.Methods in com.aspectran.core.activity.response.transform with parameters of type TransformRule Modifier and Type Method Description static ResponseTransformResponseFactory. create(TransformRule transformRule)Creates a new Transform object with specified TransformRule.Constructors in com.aspectran.core.activity.response.transform with parameters of type TransformRule Constructor Description AponTransformResponse(TransformRule transformRule)Instantiates a new AponTransformResponse.JsonTransformResponse(TransformRule transformRule)Instantiates a new JsonTransformResponse.NoneTransformResponse(TransformRule transformRule)Instantiates a new NoneTransformResponse.TextTransformResponse(TransformRule transformRule)Instantiates a new TextTransformResponse.TransformResponse(TransformRule transformRule)Instantiates a new TransformResponse.TransformResponseException(TransformRule transformRule, java.lang.Throwable cause)Instantiates a new TransformResponseException.XmlTransformResponse(TransformRule transformRule)Instantiates a new XmlTransformResponse.XslTransformResponse(TransformRule transformRule)Instantiates a new XslTransformResponse. -
Uses of TransformRule in com.aspectran.core.context.rule
Methods in com.aspectran.core.context.rule that return TransformRule Modifier and Type Method Description static TransformRuleTransformRule. newInstance(TransformType transformType, java.lang.String contentType, java.lang.String encoding, java.lang.Boolean pretty)static TransformRuleTransformRule. newInstance(TransformType transformType, java.lang.String contentType, java.lang.String encoding, java.lang.Boolean defaultResponse, java.lang.Boolean pretty)static TransformRuleTransformRule. newInstance(java.lang.String type, java.lang.String contentType, java.lang.String encoding, java.lang.Boolean defaultResponse, java.lang.Boolean pretty)TransformRuleTransformRule. replicate()static TransformRuleTransformRule. replicate(TransformRule transformRule)Methods in com.aspectran.core.context.rule with parameters of type TransformRule Modifier and Type Method Description ResponseChooseWhenRule. applyResponseRule(TransformRule transformRule)ResponseExceptionThrownRule. applyResponseRule(TransformRule transformRule)ResponseResponseRule. applyResponseRule(TransformRule transformRule)ResponseTransletRule. applyResponseRule(TransformRule transformRule)static ResponseRuleResponseRule. newInstance(TransformRule transformRule)static TransformRuleTransformRule. replicate(TransformRule transformRule) -
Uses of TransformRule in com.aspectran.core.context.rule.ability
Methods in com.aspectran.core.context.rule.ability with parameters of type TransformRule Modifier and Type Method Description ResponseResponseRuleApplicable. applyResponseRule(TransformRule transformRule)Apply the transform rule to the response rule. -
Uses of TransformRule in com.aspectran.core.context.rule.converter
Methods in com.aspectran.core.context.rule.converter with parameters of type TransformRule Modifier and Type Method Description static TransformParametersRulesToParameters. toTransformParameters(TransformRule transformRule)
-