Class RichTextNameConstants


  • @ProviderType
    public final class RichTextNameConstants
    extends java.lang.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 Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String PN_TEXT
      Default property for storing rich text.
      static java.lang.String PN_TEXT_IS_RICH
      Property that denotes if the text property contains rich text (true) or plain text (false).
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • PN_TEXT

        public static final java.lang.String PN_TEXT
        Default property for storing rich text.
        See Also:
        Constant Field Values
      • PN_TEXT_IS_RICH

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