Uses of Class
com.aspectran.core.context.rule.type.ContentStyleType
-
Packages that use ContentStyleType Package Description com.aspectran.core.context.rule com.aspectran.core.context.rule.type -
-
Uses of ContentStyleType in com.aspectran.core.context.rule
Methods in com.aspectran.core.context.rule that return ContentStyleType Modifier and Type Method Description ContentStyleTypeTemplateRule. getContentStyle()Methods in com.aspectran.core.context.rule with parameters of type ContentStyleType Modifier and Type Method Description protected voidTemplateRule. setContentStyle(ContentStyleType contentStyle) -
Uses of ContentStyleType in com.aspectran.core.context.rule.type
Methods in com.aspectran.core.context.rule.type that return ContentStyleType Modifier and Type Method Description static ContentStyleTypeContentStyleType. resolve(java.lang.String alias)Returns anTemplateStyleTypewith a value represented by the specifiedString.static ContentStyleTypeContentStyleType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ContentStyleType[]ContentStyleType. 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 ContentStyleType Modifier and Type Method Description static java.lang.StringContentStyleType. styling(java.lang.String content, ContentStyleType contentStyleType)
-