Uses of Class
com.aspectran.core.context.rule.type.ContentType
-
Packages that use ContentType Package Description com.aspectran.core.context.rule.type -
-
Uses of ContentType in com.aspectran.core.context.rule.type
Methods in com.aspectran.core.context.rule.type that return ContentType Modifier and Type Method Description static ContentTypeContentType. resolve(java.lang.String alias)Returns aContentTypewith a value represented by the specifiedString.static ContentTypeContentType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ContentType[]ContentType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.aspectran.core.context.rule.type with parameters of type ContentType Modifier and Type Method Description static TransformTypeTransformType. resolve(ContentType contentType)Returns aTransformTypewith a value corresponding to the specifiedContentType.
-