public class BaseColTag extends IncludeTag
| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String |
_ATTRIBUTE_NAMESPACE |
request, servletContext| Constructor and Description |
|---|
BaseColTag() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
cleanUp() |
int |
doStartTag() |
java.lang.String |
getCssClass() |
protected java.lang.String |
getEndPage() |
java.lang.String |
getId() |
int |
getOffset() |
int |
getOffsetWidth() |
int |
getSpan() |
protected java.lang.String |
getStartPage() |
int |
getWidth() |
protected void |
setAttributes(javax.servlet.http.HttpServletRequest request) |
void |
setCssClass(java.lang.String cssClass) |
void |
setId(java.lang.String id) |
void |
setOffset(int offset) |
void |
setOffsetWidth(int offsetWidth) |
void |
setSpan(int span) |
void |
setWidth(int width) |
callSetAttributes, cleanUpSetAttributes, doEndTag, doInclude, doIncludeTheme, getCustomPage, getOriginalServletRequest, getPage, include, isCleanUpSetAttributes, isUseCustomPage, processEndTag, processStartTag, runTag, setPage, setPortletId, setStrict, setUseCustomPage, themeResourceExistsclearDynamicAttributes, getAttributeNamespace, getDynamicAttributes, getScopedAttributes, release, setAttributeNamespace, setDynamicAttribute, setNamespacedAttribute, setScopedAttributeaddParam, addProperty, clearParams, clearProperties, getParams, getProperties, getRemovedParameterNames, isAllowEmptyParam, setAllowEmptyParam, setPageContext, setServletContextdoAfterBody, doInitBody, getBodyContent, getBodyContentAsStringBundler, setBodyContent, writeBodyContentprotected static final java.lang.String _ATTRIBUTE_NAMESPACE
public int doStartTag()
throws javax.servlet.jsp.JspException
doStartTag in interface javax.servlet.jsp.tagext.TagdoStartTag in class IncludeTagjavax.servlet.jsp.JspExceptionpublic java.lang.String getCssClass()
public java.lang.String getId()
public int getOffset()
public int getOffsetWidth()
public int getSpan()
public int getWidth()
public void setCssClass(java.lang.String cssClass)
public void setId(java.lang.String id)
public void setOffset(int offset)
public void setOffsetWidth(int offsetWidth)
public void setSpan(int span)
public void setWidth(int width)
protected void cleanUp()
cleanUp in class IncludeTagprotected java.lang.String getEndPage()
getEndPage in class IncludeTagprotected java.lang.String getStartPage()
getStartPage in class IncludeTagprotected void setAttributes(javax.servlet.http.HttpServletRequest request)
setAttributes in class IncludeTag