Class MenuElementTag

All Implemented Interfaces:
Serializable, IterationTag, JspTag, Tag
Direct Known Subclasses:
MenuItemTag, MenuTag, SubMenuItemTag, SubMenuTag

abstract class MenuElementTag extends BrowserInfoTag
An abstract clas to JSP tags that display navigation menu elements.
Since:
2.6
Version:
6.3
Author:
Luke
  • Field Details

    • _renderTable

      protected boolean _renderTable
      Stores whether elements are rendered via tables or lists.
  • Constructor Details

    • MenuElementTag

      MenuElementTag()
  • Method Details

    • doStartTag

      public int doStartTag() throws JspException
      Checks if we are rendering page regions as TABLEs or DIVs. If we are using TABLEs, this tag and its subclasses will degrede to generating <TR> elements, rather than <UL> and <LI> elements.
      Specified by:
      doStartTag in interface Tag
      Overrides:
      doStartTag in class TagSupport
      Returns:
      EVAL_BODY_INCLUDE always
      Throws:
      JspException