public class EmptyResultMessageTag extends IncludeTag
request, servletContextbodyContentpageContext| Constructor and Description |
|---|
EmptyResultMessageTag() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
cleanUp() |
protected java.lang.String |
getCssClass() |
protected java.lang.String |
getEndPage() |
java.lang.String |
getMessage() |
protected java.lang.String |
getStartPage() |
boolean |
isCompact() |
boolean |
isSearch() |
protected void |
setAttributes(javax.servlet.http.HttpServletRequest httpServletRequest) |
void |
setCompact(boolean compact) |
void |
setCssClass(java.lang.String cssClass) |
void |
setMessage(java.lang.String message) |
void |
setSearch(boolean search) |
callSetAttributes, cleanUpSetAttributes, doClearTag, doEndTag, doInclude, doIncludeTheme, doStartTag, getBodyContentWrapper, getCustomPage, getOriginalServletRequest, getPage, include, includePage, isCleanUpSetAttributes, isPortalPage, isUseCustomPage, logUnavailablePage, processEndTag, processStartTag, runTag, setPage, setPortletId, setStrict, setUseCustomPage, themeResourceExistsclearDynamicAttributes, getAttributeNamespace, getDynamicAttributes, release, setAttributeNamespace, setDynamicAttribute, setNamespacedAttributeaddParam, addProperty, clearParams, clearProperties, getParams, getProperties, getRemovedParameterNames, getRequest, getServletContext, isAllowEmptyParam, setAllowEmptyParam, setCopyCurrentRenderParameters, setPageContext, setServletContextdoAfterBody, doInitBody, getBodyContent, getBodyContentAsStringBundler, setBodyContent, writeBodyContentfindAncestorWithClass, getParent, setParentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdoBodyTag, doBodyTag, doBodyTagAsString, doBodyTagAsString, doTag, doTag, doTagAsString, doTagAsStringpublic java.lang.String getMessage()
public boolean isCompact()
public boolean isSearch()
public void setCompact(boolean compact)
public void setCssClass(java.lang.String cssClass)
public void setMessage(java.lang.String message)
public void setSearch(boolean search)
protected void cleanUp()
cleanUp in class IncludeTagprotected java.lang.String getCssClass()
protected java.lang.String getEndPage()
getEndPage in class IncludeTagprotected java.lang.String getStartPage()
getStartPage in class IncludeTagprotected void setAttributes(javax.servlet.http.HttpServletRequest httpServletRequest)
setAttributes in class IncludeTag