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 final String
    Style groups node name below which allowed style groups are defined.
    static final String
    Styles node name below which allowed styles are defined.
    static final String
    Style classes property name that defines a space-separated list of CSS classes for an allowed style.
    static final String
    Style default classes property name that defines a space-separated list of default CSS classes at a content policy.
    static final String
    Style default element property name that defines the default HTML element name at a content policy.
    static final String
    Style element property name that defines the HTML element name of a style.
    static final String
    Style elements property name that defines allowed HTML elements for a component.
    static final String
    Style group label property name that defines a readable name for an allowed style group.
    static final String
    Style group multiple property name that defines whether multiple selection is allowed for an allowed style group.
    static final String
    Style ID property name that defines a unique identifier for an allowed style.
    static final String
    Style IDs property name that defines the list of styles to be applied for the resource.
    static final String
    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 Details

    • NN_STYLE_GROUPS

      public static final String NN_STYLE_GROUPS
      Style groups node name below which allowed style groups are defined.
      See Also:
    • NN_STYLES

      public static final String NN_STYLES
      Styles node name below which allowed styles are defined.
      See Also:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • PN_STYLE_ELEMENTS

      public static final String PN_STYLE_ELEMENTS
      Style elements property name that defines allowed HTML elements for a component.
      See Also:
    • 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:
    • 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: