Package com.adobe.cq.wcm.style
Class StyleConstants
- java.lang.Object
-
- com.adobe.cq.wcm.style.StyleConstants
-
public final class StyleConstants extends Object
Constants for style information.
-
-
Field Summary
Fields Modifier and Type Field Description static String
NN_STYLE_GROUPS
Style groups node name below which allowed style groups are defined.static String
NN_STYLES
Styles node name below which allowed styles are defined.static String
PN_STYLE_CLASSES
Style classes property name that defines a space-separated list of CSS classes for an allowed style.static String
PN_STYLE_DEFAULT_CLASSES
Style default classes property name that defines a space-separated list of default CSS classes at a content policy.static String
PN_STYLE_DEFAULT_ELEMENT
Style default element property name that defines the default HTML element name at a content policy.static String
PN_STYLE_ELEMENT
Style element property name that defines the HTML element name of a style.static String
PN_STYLE_ELEMENTS
Style elements property name that defines allowed HTML elements for a component.static String
PN_STYLE_GROUP_LABEL
Style group label property name that defines a readable name for an allowed style group.static String
PN_STYLE_GROUP_MULTIPLE
Style group multiple property name that defines whether multiple selection is allowed for an allowed style group.static String
PN_STYLE_ID
Style ID property name that defines a unique identifier for an allowed style.static String
PN_STYLE_IDS
Style IDs property name that defines the list of styles to be applied for the resource.static String
PN_STYLE_LABEL
Style label property name that defines a readable name for an allowed style.
-
-
-
Field Detail
-
NN_STYLE_GROUPS
public static final String NN_STYLE_GROUPS
Style groups node name below which allowed style groups are defined.- See Also:
- Constant Field Values
-
NN_STYLES
public static final String NN_STYLES
Styles node name below which allowed styles are defined.- See Also:
- Constant Field Values
-
PN_STYLE_GROUP_MULTIPLE
public static final String PN_STYLE_GROUP_MULTIPLE
Style group multiple property name that defines whether multiple selection is allowed for an allowed style group.- See Also:
- Constant Field Values
-
PN_STYLE_GROUP_LABEL
public static final String PN_STYLE_GROUP_LABEL
Style group label property name that defines a readable name for an allowed style group.- See Also:
- Constant Field Values
-
PN_STYLE_ID
public static final String PN_STYLE_ID
Style ID property name that defines a unique identifier for an allowed style.- See Also:
- Constant Field Values
-
PN_STYLE_IDS
public static final String PN_STYLE_IDS
Style IDs property name that defines the list of styles to be applied for the resource.- See Also:
- Constant Field Values
-
PN_STYLE_CLASSES
public static final String PN_STYLE_CLASSES
Style classes property name that defines a space-separated list of CSS classes for an allowed style.- See Also:
- Constant Field Values
-
PN_STYLE_LABEL
public static final String PN_STYLE_LABEL
Style label property name that defines a readable name for an allowed style.- See Also:
- Constant Field Values
-
PN_STYLE_ELEMENT
public static final String PN_STYLE_ELEMENT
Style element property name that defines the HTML element name of a style.- See Also:
- Constant Field Values
-
PN_STYLE_ELEMENTS
public static final String PN_STYLE_ELEMENTS
Style elements property name that defines allowed HTML elements for a component.- See Also:
- Constant Field Values
-
PN_STYLE_DEFAULT_CLASSES
public static final String PN_STYLE_DEFAULT_CLASSES
Style default classes property name that defines a space-separated list of default CSS classes at a content policy.- Since:
- com.adobe.cq.wcm.style 2.1.0
- See Also:
- Constant Field Values
-
PN_STYLE_DEFAULT_ELEMENT
public static final String PN_STYLE_DEFAULT_ELEMENT
Style default element property name that defines the default HTML element name at a content policy.- Since:
- com.adobe.cq.wcm.style 2.1.0
- See Also:
- Constant Field Values
-
-