org.broadleafcommerce.core.web.catalog.taglib
public class DisplayFeaturedProductsTag extends javax.servlet.jsp.tagext.TagSupport
| Constructor and Description |
|---|
DisplayFeaturedProductsTag() |
| Modifier and Type | Method and Description |
|---|---|
int |
doStartTag() |
String |
getMaxFeatures() |
List<Product> |
getProducts() |
String |
getVar() |
void |
setMaxFeatures(String maxFeatures) |
void |
setProducts(List<Product> products) |
void |
setVar(String var) |
public int doStartTag()
throws javax.servlet.jsp.JspException
doStartTag in interface javax.servlet.jsp.tagext.TagdoStartTag in class javax.servlet.jsp.tagext.TagSupportjavax.servlet.jsp.JspExceptionpublic String getMaxFeatures()
public void setMaxFeatures(String maxFeatures)
public String getVar()
public void setVar(String var)
Copyright © 2015. All Rights Reserved.