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

java.lang.Object
  extended by javax.servlet.jsp.tagext.SimpleTagSupport
      extended by org.broadleafcommerce.core.web.catalog.taglib.AbstractCatalogTag
All Implemented Interfaces:
javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.SimpleTag
Direct Known Subclasses:
CategoryLinkTag, CategoryLookupTag, CategoryTag, GetProductsByCategoryIdTag

public abstract class AbstractCatalogTag
extends javax.servlet.jsp.tagext.SimpleTagSupport


Field Summary
protected  CatalogService catalogService
           
 
Constructor Summary
AbstractCatalogTag()
           
 
Method Summary
protected  CatalogService getCatalogService()
           
 void setCatalogService(CatalogService catalogService)
           
static String toVariableName(String key)
           
 
Methods inherited from class javax.servlet.jsp.tagext.SimpleTagSupport
doTag, 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
 

Field Detail

catalogService

protected CatalogService catalogService
Constructor Detail

AbstractCatalogTag

public AbstractCatalogTag()
Method Detail

getCatalogService

protected CatalogService getCatalogService()

setCatalogService

public void setCatalogService(CatalogService catalogService)

toVariableName

public static String toVariableName(String key)


Copyright © 2012. All Rights Reserved.