org.broadleafcommerce.core.web.catalog.taglib
Class CategoryBreadCrumbTag

java.lang.Object
  extended by javax.servlet.jsp.tagext.SimpleTagSupport
      extended by org.broadleafcommerce.core.web.catalog.taglib.AbstractCatalogTag
          extended by org.broadleafcommerce.core.web.catalog.taglib.CategoryLinkTag
              extended by org.broadleafcommerce.core.web.catalog.taglib.CategoryBreadCrumbTag
All Implemented Interfaces:
javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.SimpleTag

public class CategoryBreadCrumbTag
extends CategoryLinkTag


Field Summary
 
Fields inherited from class org.broadleafcommerce.core.web.catalog.taglib.AbstractCatalogTag
catalogService
 
Constructor Summary
CategoryBreadCrumbTag()
           
 
Method Summary
 void doTag()
           
 void setCategoryId(long categoryId)
           
 void setCategoryList(List<Category> categoryList)
           
 
Methods inherited from class org.broadleafcommerce.core.web.catalog.taglib.CategoryLinkTag
getCategory, getUrl, setCategory
 
Methods inherited from class org.broadleafcommerce.core.web.catalog.taglib.AbstractCatalogTag
getCatalogService, setCatalogService, toVariableName
 
Methods inherited from class javax.servlet.jsp.tagext.SimpleTagSupport
findAncestorWithClass, getJspBody, getJspContext, getParent, setJspBody, setJspContext, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CategoryBreadCrumbTag

public CategoryBreadCrumbTag()
Method Detail

doTag

public void doTag()
           throws javax.servlet.jsp.JspException,
                  IOException
Specified by:
doTag in interface javax.servlet.jsp.tagext.SimpleTag
Overrides:
doTag in class CategoryLinkTag
Throws:
javax.servlet.jsp.JspException
IOException

setCategoryList

public void setCategoryList(List<Category> categoryList)

setCategoryId

public void setCategoryId(long categoryId)


Copyright © 2013. All Rights Reserved.