public abstract class BaseButtonRowTag extends IncludeTag
| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String |
_ATTRIBUTE_NAMESPACE |
request, response, servletContextbodyContentpageContext| Constructor and Description |
|---|
BaseButtonRowTag() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
cleanUp() |
int |
doStartTag() |
java.lang.String |
getCssClass() |
java.lang.String |
getId() |
protected java.lang.String |
getStartPage() |
protected void |
setAttributes(javax.servlet.http.HttpServletRequest request) |
void |
setCssClass(java.lang.String cssClass) |
void |
setId(java.lang.String id) |
callSetAttributes, cleanUpSetAttributes, doClearTag, doEndTag, doInclude, doIncludeTheme, getBodyContentWrapper, getCustomPage, getEndPage, getOriginalServletRequest, getPage, include, includePage, isCleanUpSetAttributes, isPortalPage, isUseCustomPage, logUnavailablePage, processEndTag, processStartTag, runTag, setPage, setPortletId, setStrict, setUseCustomPage, themeResourceExistsclearDynamicAttributes, getAttributeNamespace, getDynamicAttributes, getScopedAttributes, release, setAttributeNamespace, setDynamicAttribute, setNamespacedAttribute, setScopedAttributeaddParam, addProperty, clearParams, clearProperties, getParams, getProperties, getRemovedParameterNames, isAllowEmptyParam, setAllowEmptyParam, setCopyCurrentRenderParameters, setPageContext, setServletContextdoAfterBody, doInitBody, getBodyContent, getBodyContentAsStringBundler, getRequest, setBodyContent, writeBodyContentfindAncestorWithClass, getParent, setParentprotected 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 void setCssClass(java.lang.String cssClass)
public void setId(java.lang.String id)
protected void cleanUp()
cleanUp in class IncludeTagprotected java.lang.String getStartPage()
getStartPage in class IncludeTagprotected void setAttributes(javax.servlet.http.HttpServletRequest request)
setAttributes in class IncludeTag