Class ResponseContextTagHelper

    • Constructor Detail

      • ResponseContextTagHelper

        public ResponseContextTagHelper()
    • Method Detail

      • getContent

        public abstract MarkupOutput getContent()
                                         throws java.io.IOException
        Obtain the contents to render based on the attributes defined (if existing).
        Returns:
        a MarkupOutput instance initialized with the contents to be displayed
        Throws:
        java.io.IOException
      • cleanState

        public void cleanState()
        Description copied from class: CoreTagHelper
        Resets the state of the tag library, by cleaning the values of the properties initialized for this tag.
        Overrides:
        cleanState in class CoreTagHelper