public abstract class BaseContainerTag extends IncludeTag
| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String |
_ATTRIBUTE_NAMESPACE |
request, response, servletContextbodyContentpageContext| Constructor and Description |
|---|
BaseContainerTag() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
cleanUp() |
int |
doStartTag() |
java.lang.String |
getCssClass() |
protected java.lang.String |
getEndPage() |
boolean |
getFluid() |
java.lang.String |
getId() |
protected java.lang.String |
getStartPage() |
protected void |
setAttributes(javax.servlet.http.HttpServletRequest request) |
void |
setCssClass(java.lang.String cssClass) |
void |
setFluid(boolean fluid) |
void |
setId(java.lang.String id) |
callSetAttributes, cleanUpSetAttributes, doClearTag, doEndTag, doInclude, doIncludeTheme, getBodyContentWrapper, getCustomPage, 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 boolean getFluid()
public java.lang.String getId()
public void setCssClass(java.lang.String cssClass)
public void setFluid(boolean fluid)
public void setId(java.lang.String id)
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