Class StyleConstants


  • public final class StyleConstants
    extends java.lang.Object
    Constants for style information.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String NN_STYLE_GROUPS
      Style groups node name below which allowed style groups are defined.
      static java.lang.String NN_STYLES
      Styles node name below which allowed styles are defined.
      static java.lang.String PN_STYLE_CLASSES
      Style classes property name that defines a space-separated list of CSS classes for an allowed style.
      static java.lang.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 java.lang.String PN_STYLE_DEFAULT_ELEMENT
      Style default element property name that defines the default HTML element name at a content policy.
      static java.lang.String PN_STYLE_ELEMENT
      Style element property name that defines the HTML element name of a style.
      static java.lang.String PN_STYLE_ELEMENTS
      Style elements property name that defines allowed HTML elements for a component.
      static java.lang.String PN_STYLE_GROUP_LABEL
      Style group label property name that defines a readable name for an allowed style group.
      static java.lang.String PN_STYLE_GROUP_MULTIPLE
      Style group multiple property name that defines whether multiple selection is allowed for an allowed style group.
      static java.lang.String PN_STYLE_ID
      Style ID property name that defines a unique identifier for an allowed style.
      static java.lang.String PN_STYLE_IDS
      Style IDs property name that defines the list of styles to be applied for the resource.
      static java.lang.String PN_STYLE_LABEL
      Style label property name that defines a readable name for an allowed style.
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • NN_STYLE_GROUPS

        public static final java.lang.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 java.lang.String NN_STYLES
        Styles node name below which allowed styles are defined.
        See Also:
        Constant Field Values
      • PN_STYLE_GROUP_MULTIPLE

        public static final java.lang.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 java.lang.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 java.lang.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 java.lang.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 java.lang.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 java.lang.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 java.lang.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 java.lang.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 java.lang.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 java.lang.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