Class Content

All Implemented Interfaces:
Serializable, Cloneable, Copyable, DictionaryBean, UifDictionaryBean, Component, Ordered, ScriptEventSupport, ContentElement, LifecycleElement, org.springframework.core.Ordered

public class Content extends ContentElementBase
General component that allows custom HTML to be inserted into the view.
Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
  • Constructor Details

    • Content

      public Content()
  • Method Details

    • getMarkup

      public String getMarkup()
      HTML content that should be rendered in the components position.

      Note this is not exported as bean tag attribute. Special handling allows the content to be embedded within the content tag without specifying the markup property.

      Returns:
      String html markup
    • setMarkup

      public void setMarkup(String markup)
      See Also:
    • getRenderedHtmlOutput

      public String getRenderedHtmlOutput()
      Rendering output for the component that will be sent as part of the response (can contain static text and HTML)
      Specified by:
      getRenderedHtmlOutput in interface Component
      Overrides:
      getRenderedHtmlOutput in class ComponentBase
      Returns:
      String render output