Package de.hybris.platform.hac.taglib
Class TopMenuItemTag
java.lang.Object
javax.servlet.jsp.tagext.SimpleTagSupport
de.hybris.platform.hac.taglib.AbstractMenuItemTag
de.hybris.platform.hac.taglib.TopMenuItemTag
- All Implemented Interfaces:
javax.servlet.jsp.tagext.JspTag,javax.servlet.jsp.tagext.SimpleTag
Renders valid top-level menu item in hAC main menu.
-
Field Summary
Fields inherited from class de.hybris.platform.hac.taglib.AbstractMenuItemTag
id, label -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.hybris.platform.hac.taglib.AbstractMenuItemTag
doTag, getDataMenuitemFromLabel, getHtml, getIdFromLabel, setId, setLabelMethods inherited from class javax.servlet.jsp.tagext.SimpleTagSupport
findAncestorWithClass, getJspBody, getJspContext, getParent, setJspBody, setJspContext, setParent
-
Constructor Details
-
TopMenuItemTag
public TopMenuItemTag()
-
-
Method Details
-
getHref
Description copied from class:AbstractMenuItemTagGets the value of href attribute in a tag for item element.- Specified by:
getHrefin classAbstractMenuItemTag- Returns:
- the href value
- Throws:
javax.servlet.jsp.JspException- the jsp exception
-
getATagAttrs
Description copied from class:AbstractMenuItemTagGets the additional attributes of a tag for item element like id and class.- Specified by:
getATagAttrsin classAbstractMenuItemTag- Returns:
- the a tag attrs
- Throws:
javax.servlet.jsp.JspException- the jsp exception
-