Class SubMenuItemTag

All Implemented Interfaces:
Serializable, IterationTag, JspTag, Tag

public class SubMenuItemTag extends MenuElementTag
A JSP tag to render CSS sub-menu items.
Since:
2.6
Version:
8.2
Author:
Luke
See Also:
  • Constructor Details

    • SubMenuItemTag

      public SubMenuItemTag()
  • Method Details

    • doStartTag

      public int doStartTag() throws JspException
      Writes the sub-menu item's opening tag to the JSP output stream.
      Specified by:
      doStartTag in interface Tag
      Overrides:
      doStartTag in class MenuElementTag
      Returns:
      TagSuppport.EVAL_BODY_INCLUDE always
      Throws:
      JspException - if an error occurs
    • doEndTag

      public int doEndTag() throws JspException
      Writes the sub-menu item's closing tag to the JSP output stream.
      Specified by:
      doEndTag in interface Tag
      Overrides:
      doEndTag in class TagSupport
      Returns:
      TagSuppport.EVAL_PAGE always
      Throws:
      JspException - if an error occurs