Class RichTextNameConstants

java.lang.Object
io.wcm.handler.richtext.RichTextNameConstants

@ProviderType public final class RichTextNameConstants extends Object
Names used for rich text handling.

Conventions:

  • NT_ prefix stands for "node type"
  • NN_ prefix stands for "node name"
  • PN_ prefix stands for "property name"
  • RP_ prefix stands for "request property"
  • RA_ prefix stands for "request attribute"
  • CSS_ prefix stands for "CSS class"
  • Field Details

    • PN_TEXT

      public static final String PN_TEXT
      Default property for storing rich text.
      See Also:
    • PN_TEXT_IS_RICH

      public static final String PN_TEXT_IS_RICH
      Property that denotes if the text property contains rich text (true) or plain text (false).
      See Also: