Class DisclosureBodyTag

  • All Implemented Interfaces:
    javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.SimpleTag

    public class DisclosureBodyTag
    extends BaseDisclosureTag
    This class renders disclosureBody tag. See tag library descriptor for tag description.
    Author:
    Jakub Kulaviak
    • Constructor Detail

      • DisclosureBodyTag

        public DisclosureBodyTag()
    • Method Detail

      • getDefaultStyleClass

        protected java.lang.String getDefaultStyleClass()
        Returns default style class. Each of tags has its own default style class. So if you want to set style of disclosure tag, just simply set 'disclosure' class in style sheet file.}
        Overrides:
        getDefaultStyleClass in class BaseDisclosureTag
        Returns:
        default style class
      • doTag

        public void doTag()
                   throws javax.servlet.jsp.JspException,
                          java.io.IOException
        Renders tag.
        Specified by:
        doTag in interface javax.servlet.jsp.tagext.SimpleTag
        Overrides:
        doTag in class javax.servlet.jsp.tagext.SimpleTagSupport
        Throws:
        javax.servlet.jsp.JspException - if element is not inside <disclosure> element
        java.io.IOException - if error occurs during writing to stream output