Class AbstractNoBodyTagHelper

    • Constructor Detail

      • AbstractNoBodyTagHelper

        public AbstractNoBodyTagHelper()
    • 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 - if an error happens while getting the contents to render.