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

public class TopMenuItemTag extends AbstractMenuItemTag
Renders valid top-level menu item in hAC main menu.
  • Constructor Details

    • TopMenuItemTag

      public TopMenuItemTag()
  • Method Details

    • getHref

      protected String getHref() throws javax.servlet.jsp.JspException
      Description copied from class: AbstractMenuItemTag
      Gets the value of href attribute in a tag for item element.
      Specified by:
      getHref in class AbstractMenuItemTag
      Returns:
      the href value
      Throws:
      javax.servlet.jsp.JspException - the jsp exception
    • getATagAttrs

      protected String getATagAttrs() throws javax.servlet.jsp.JspException
      Description copied from class: AbstractMenuItemTag
      Gets the additional attributes of a tag for item element like id and class.
      Specified by:
      getATagAttrs in class AbstractMenuItemTag
      Returns:
      the a tag attrs
      Throws:
      javax.servlet.jsp.JspException - the jsp exception