org.broadleafcommerce.core.web.layout.tags
public class ContentSpecifiedTag extends javax.servlet.jsp.tagext.BodyTagSupport
| Constructor and Description |
|---|
ContentSpecifiedTag() |
| Modifier and Type | Method and Description |
|---|---|
int |
doStartTag() |
String |
getContentType() |
Map<String,Object> |
getParameterMap() |
int |
getRowCount() |
Object |
getXslt() |
boolean |
isEscapeXml() |
void |
setContentType(String contentType) |
void |
setEscapeXml(boolean escapeXml) |
void |
setParameterMap(Map<String,Object> parameterMap) |
void |
setRowCount(int rowCount) |
void |
setXslt(Object xslt) |
doAfterBody, doEndTag, doInitBody, getBodyContent, getPreviousOut, release, setBodyContentfindAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValuepublic String getContentType()
public void setContentType(String contentType)
public void setParameterMap(Map<String,Object> parameterMap)
parameterMap - the parameterMap to setpublic Object getXslt()
public void setXslt(Object xslt)
xslt - the xslt to setpublic boolean isEscapeXml()
public void setEscapeXml(boolean escapeXml)
escapeXml - the escapeXml to setpublic int getRowCount()
public void setRowCount(int rowCount)
rowCount - the rowCount to setpublic int doStartTag()
throws javax.servlet.jsp.JspException
doStartTag in interface javax.servlet.jsp.tagext.TagdoStartTag in class javax.servlet.jsp.tagext.BodyTagSupportjavax.servlet.jsp.JspExceptionCopyright © 2015. All Rights Reserved.