public class HeaderTag extends IncludeTag
request, servletContextbodyContentpageContext| Constructor and Description |
|---|
HeaderTag() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
cleanUp() |
protected java.lang.String |
getPage() |
protected boolean |
isCleanUpSetAttributes() |
protected void |
setAttributes(javax.servlet.http.HttpServletRequest request) |
void |
setBackLabel(java.lang.String backLabel) |
void |
setBackURL(java.lang.String backURL) |
void |
setCssClass(java.lang.String cssClass) |
void |
setEscapeXml(boolean escapeXml) |
void |
setLocalizeTitle(boolean localizeTitle) |
void |
setShowBackURL(boolean showBackURL) |
void |
setTitle(java.lang.String title) |
callSetAttributes, cleanUpSetAttributes, doEndTag, doInclude, doIncludeTheme, doStartTag, getBodyContentWrapper, getCustomPage, getEndPage, getOriginalServletRequest, getStartPage, include, includePage, 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, setPageContext, setServletContextdoAfterBody, doInitBody, getBodyContent, getBodyContentAsStringBundler, getRequest, setBodyContent, writeBodyContentfindAncestorWithClass, getParent, setParentpublic void setBackLabel(java.lang.String backLabel)
public void setBackURL(java.lang.String backURL)
public void setCssClass(java.lang.String cssClass)
public void setEscapeXml(boolean escapeXml)
public void setLocalizeTitle(boolean localizeTitle)
public void setShowBackURL(boolean showBackURL)
public void setTitle(java.lang.String title)
protected void cleanUp()
cleanUp in class IncludeTagprotected java.lang.String getPage()
getPage in class IncludeTagprotected boolean isCleanUpSetAttributes()
isCleanUpSetAttributes in class IncludeTagprotected void setAttributes(javax.servlet.http.HttpServletRequest request)
setAttributes in class IncludeTag