Uses of Class
com.aspectran.core.context.rule.type.TransformType
-
-
Uses of TransformType in com.aspectran.core.activity.response.transform
Methods in com.aspectran.core.activity.response.transform that return TransformType Modifier and Type Method Description TransformTypeTransformResponse. getTransformType()Gets the transform type. -
Uses of TransformType in com.aspectran.core.component.bean.annotation
Methods in com.aspectran.core.component.bean.annotation that return TransformType Modifier and Type Method Description TransformTypetype()TransformTypevalue() -
Uses of TransformType in com.aspectran.core.context.rule
Methods in com.aspectran.core.context.rule that return TransformType Modifier and Type Method Description TransformTypeCustomTransformRule. getTransformType()Gets the transform type.TransformTypeTransformRule. getTransformType()Gets the transform type.Methods in com.aspectran.core.context.rule with parameters of type TransformType 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)voidTransformRule. setTransformType(TransformType transformType)Sets the transform type. -
Uses of TransformType in com.aspectran.core.context.rule.type
Methods in com.aspectran.core.context.rule.type that return TransformType Modifier and Type Method Description static TransformTypeTransformType. resolve(ContentType contentType)Returns aTransformTypewith a value corresponding to the specifiedContentType.static TransformTypeTransformType. resolve(java.lang.String alias)Returns aTransformTypewith a value represented by the specifiedString.static TransformTypeTransformType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TransformType[]TransformType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-