Class JsMessage.PlaceholderReference

  • All Implemented Interfaces:
    JsMessage.Part
    Enclosing class:
    JsMessage

    public abstract static class JsMessage.PlaceholderReference
    extends java.lang.Object
    implements JsMessage.Part
    A reference to a placeholder in a translatable message.
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      abstract java.lang.String getPlaceholderName()
      Gets the name of the placeholder.
      java.lang.String getString()
      Gets the literal string for this message part.
      boolean isPlaceholder()
      True for placeholders, false for literal string parts.
      • Methods inherited from class java.lang.Object

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

      • PlaceholderReference

        public PlaceholderReference()