Class CommonTemplateMarkupOutputModel<MO extends CommonTemplateMarkupOutputModel<MO>>

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected CommonTemplateMarkupOutputModel​(java.lang.String plainTextContent, java.lang.String markupContent)
      A least one of the parameters must be non-null!
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      abstract CommonMarkupOutputFormat<MO> getOutputFormat()
      Returns the singleton OutputFormat object that implements the operations for the "markup output" value.
      java.lang.String toString()
      Returns something like "markup(format=HTML, markup=<p>foo</p>)"; where the first parameter is OutputFormat.getName(), and the second is the content, that's prefixed with markup= or plainText=, depending on the way the content is internally stored.
      • Methods inherited from class java.lang.Object

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

      • CommonTemplateMarkupOutputModel

        protected CommonTemplateMarkupOutputModel​(java.lang.String plainTextContent,
                                                  java.lang.String markupContent)
        A least one of the parameters must be non-null!