public class ErrorTag extends IncludeTag implements javax.servlet.jsp.tagext.BodyTag
request, servletContextbodyContentpageContext| Constructor and Description |
|---|
ErrorTag() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
cleanUp() |
int |
doStartTag() |
protected java.lang.Object |
getException(javax.portlet.PortletRequest portletRequest) |
protected java.lang.String |
getPage() |
protected int |
processStartTag() |
protected void |
setAttributes(javax.servlet.http.HttpServletRequest request) |
void |
setException(java.lang.Class<?> exception) |
void |
setFocusField(java.lang.String focusField) |
void |
setKey(java.lang.String key) |
void |
setMessage(java.lang.String message) |
void |
setRowBreak(java.lang.String rowBreak) |
void |
setTranslateMessage(boolean translateMessage) |
callSetAttributes, cleanUpSetAttributes, doClearTag, doEndTag, doInclude, doIncludeTheme, getBodyContentWrapper, getCustomPage, getEndPage, getOriginalServletRequest, getStartPage, include, includePage, isCleanUpSetAttributes, isPortalPage, isUseCustomPage, logUnavailablePage, processEndTag, 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, setParentpublic int doStartTag()
throws javax.servlet.jsp.JspException
doStartTag in interface javax.servlet.jsp.tagext.TagdoStartTag in class IncludeTagjavax.servlet.jsp.JspExceptionpublic void setException(java.lang.Class<?> exception)
public void setFocusField(java.lang.String focusField)
public void setKey(java.lang.String key)
public void setMessage(java.lang.String message)
public void setRowBreak(java.lang.String rowBreak)
public void setTranslateMessage(boolean translateMessage)
protected void cleanUp()
cleanUp in class IncludeTagprotected java.lang.Object getException(javax.portlet.PortletRequest portletRequest)
protected java.lang.String getPage()
getPage in class IncludeTagprotected int processStartTag()
throws java.lang.Exception
processStartTag in class IncludeTagjava.lang.Exceptionprotected void setAttributes(javax.servlet.http.HttpServletRequest request)
setAttributes in class IncludeTag