Class SubMenuItemTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
org.deltava.taglib.BrowserInfoTag
org.deltava.taglib.layout.MenuElementTag
org.deltava.taglib.layout.SubMenuItemTag
- All Implemented Interfaces:
Serializable
,IterationTag
,JspTag
,Tag
A JSP tag to render CSS sub-menu items.
- Since:
- 2.6
- Version:
- 8.2
- Author:
- Luke
- See Also:
-
Field Summary
Fields inherited from class org.deltava.taglib.layout.MenuElementTag
_renderTable
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAIN
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
doEndTag()
Writes the sub-menu item's closing tag to the JSP output stream.int
Writes the sub-menu item's opening tag to the JSP output stream.Methods inherited from class org.deltava.taglib.BrowserInfoTag
getBrowserContext
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue
-
Constructor Details
-
SubMenuItemTag
public SubMenuItemTag()
-
-
Method Details
-
doStartTag
Writes the sub-menu item's opening tag to the JSP output stream.- Specified by:
doStartTag
in interfaceTag
- Overrides:
doStartTag
in classMenuElementTag
- Returns:
- TagSuppport.EVAL_BODY_INCLUDE always
- Throws:
JspException
- if an error occurs
-
doEndTag
Writes the sub-menu item's closing tag to the JSP output stream.- Specified by:
doEndTag
in interfaceTag
- Overrides:
doEndTag
in classTagSupport
- Returns:
- TagSuppport.EVAL_PAGE always
- Throws:
JspException
- if an error occurs
-