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
Fields in com.aspectran.core.activity.response.transform declared as TransformRule Modifier and Type Field Description protected TransformRuleTransformResponse. transformRuleMethods 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. createTransformResponse(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.NullTransformResponse(TransformRule transformRule)Instantiates a new NullTransformResponse.TextTransformResponse(TransformRule transformRule)Instantiates a new TextTransform.TransformResponse(TransformRule transformRule)Instantiates a new TransformResponse.TransformResponseException(TransformRule transformRule, java.lang.String msg)Instantiates a new TransformResponseException.TransformResponseException(TransformRule transformRule, java.lang.String msg, java.lang.Throwable cause)Instantiates a new TransformResponseException.TransformResponseException(TransformRule transformRule, java.lang.Throwable cause)Instantiates a new TransformResponseException.XmlTransformResponse(TransformRule transformRule)Instantiates a new XmlTransform.XslTransformResponse(TransformRule transformRule)Instantiates a new XslTransform. -
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 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 ResponseExceptionThrownRule. applyResponseRule(TransformRule transformRule)ResponseResponseRule. applyResponseRule(TransformRule transformRule)ResponseTransletRule. applyResponseRule(TransformRule transformRule)static ResponseRuleResponseRule. newInstance(TransformRule tr)static TransformRuleTransformRule. replicate(TransformRule transformRule)static voidTransformRule. updateTemplateId(TransformRule transformRule, java.lang.String templateId) -
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 response 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 TransformParametersRuleToParamsConverter. toTransformParameters(TransformRule transformRule)
-