Class SubMenuItemTag

java.lang.Object
javax.servlet.jsp.tagext.SimpleTagSupport
de.hybris.platform.hac.taglib.AbstractMenuItemTag
de.hybris.platform.hac.taglib.SubMenuItemTag
All Implemented Interfaces:
javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.SimpleTag

public class SubMenuItemTag extends AbstractMenuItemTag
Renders valid submenu item for hAC main menu.
  • Constructor Details

    • SubMenuItemTag

      public SubMenuItemTag()
  • 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
    • setHref

      public void setHref(String href)
    • 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