public class ProcessErrorTag
extends com.liferay.taglib.util.IncludeTag
| Constructor and Description |
|---|
ProcessErrorTag() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
cleanUp() |
protected java.lang.String |
getPage() |
boolean |
isAuthException() |
boolean |
isDuplicateLockException() |
boolean |
isIllegalArgumentException() |
boolean |
isLayoutPrototypeException() |
boolean |
isNoSuchExceptions() |
boolean |
isRemoteExportException() |
boolean |
isRemoteOptionsException() |
boolean |
isSystemException() |
protected void |
setAttributes(javax.servlet.http.HttpServletRequest httpServletRequest) |
void |
setAuthException(boolean authException) |
void |
setDuplicateLockException(boolean duplicateLockException) |
void |
setIllegalArgumentException(boolean illegalArgumentException) |
void |
setLayoutPrototypeException(boolean layoutPrototypeException) |
void |
setNoSuchExceptions(boolean noSuchExceptions) |
void |
setPageContext(javax.servlet.jsp.PageContext pageContext) |
void |
setRemoteExportException(boolean remoteExportException) |
void |
setRemoteOptionsException(boolean remoteOptionsException) |
void |
setSystemException(boolean systemException) |
callSetAttributes, cleanUpSetAttributes, doClearTag, doEndTag, doInclude, doIncludeTheme, doStartTag, getBodyContentWrapper, getCustomPage, getEndPage, getOriginalServletRequest, getStartPage, 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, setServletContextdoAfterBody, doInitBody, getBodyContent, getBodyContentAsStringBundler, setBodyContent, writeBodyContentfindAncestorWithClass, getParent, setParentpublic boolean isAuthException()
public boolean isDuplicateLockException()
public boolean isIllegalArgumentException()
public boolean isLayoutPrototypeException()
public boolean isNoSuchExceptions()
public boolean isRemoteExportException()
public boolean isRemoteOptionsException()
public boolean isSystemException()
public void setAuthException(boolean authException)
public void setDuplicateLockException(boolean duplicateLockException)
public void setIllegalArgumentException(boolean illegalArgumentException)
public void setLayoutPrototypeException(boolean layoutPrototypeException)
public void setNoSuchExceptions(boolean noSuchExceptions)
public void setPageContext(javax.servlet.jsp.PageContext pageContext)
setPageContext in interface javax.servlet.jsp.tagext.TagsetPageContext in class com.liferay.taglib.util.ParamAndPropertyAncestorTagImplpublic void setRemoteExportException(boolean remoteExportException)
public void setRemoteOptionsException(boolean remoteOptionsException)
public void setSystemException(boolean systemException)
protected void cleanUp()
cleanUp in class com.liferay.taglib.util.IncludeTagprotected java.lang.String getPage()
getPage in class com.liferay.taglib.util.IncludeTagprotected void setAttributes(javax.servlet.http.HttpServletRequest httpServletRequest)
setAttributes in class com.liferay.taglib.util.IncludeTag