public class SuccessTag extends IncludeTag implements javax.servlet.jsp.tagext.BodyTag
request, servletContextbodyContentpageContext| Constructor and Description |
|---|
SuccessTag() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
cleanUp() |
int |
doEndTag() |
int |
doStartTag() |
java.lang.String |
getKey() |
java.lang.String |
getMessage() |
protected java.lang.String |
getPage() |
java.lang.String |
getTargetNode() |
int |
getTimeout() |
protected boolean |
isCleanUpSetAttributes() |
boolean |
isEmbed() |
boolean |
isTranslateMessage() |
int |
processEndTag() |
protected int |
processStartTag() |
protected void |
setAttributes(javax.servlet.http.HttpServletRequest httpServletRequest) |
void |
setEmbed(boolean embed) |
void |
setKey(java.lang.String key) |
void |
setMessage(java.lang.String message) |
void |
setTargetNode(java.lang.String targetNode) |
void |
setTimeout(int timeout) |
void |
setTranslateMessage(boolean translateMessage) |
callSetAttributes, cleanUpSetAttributes, doClearTag, doInclude, doIncludeTheme, getBodyContentWrapper, getCustomPage, getEndPage, getOriginalServletRequest, getStartPage, include, includePage, isPortalPage, isUseCustomPage, logUnavailablePage, 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, waitgetParent, release, setPageContext, setParentdoBodyTag, doBodyTag, doBodyTagAsString, doBodyTagAsString, doTag, doTag, doTagAsString, doTagAsStringpublic int doEndTag()
throws javax.servlet.jsp.JspException
doEndTag in interface javax.servlet.jsp.tagext.TagdoEndTag in class IncludeTagjavax.servlet.jsp.JspExceptionpublic int doStartTag()
throws javax.servlet.jsp.JspException
doStartTag in interface javax.servlet.jsp.tagext.TagdoStartTag in class IncludeTagjavax.servlet.jsp.JspExceptionpublic java.lang.String getKey()
public java.lang.String getMessage()
public java.lang.String getTargetNode()
public int getTimeout()
public boolean isEmbed()
public boolean isTranslateMessage()
public int processEndTag()
throws java.lang.Exception
processEndTag in class IncludeTagjava.lang.Exceptionpublic void setEmbed(boolean embed)
public void setKey(java.lang.String key)
public void setMessage(java.lang.String message)
public void setTargetNode(java.lang.String targetNode)
public void setTimeout(int timeout)
public void setTranslateMessage(boolean translateMessage)
protected void cleanUp()
cleanUp in class IncludeTagprotected java.lang.String getPage()
getPage in class IncludeTagprotected boolean isCleanUpSetAttributes()
isCleanUpSetAttributes in class IncludeTagprotected int processStartTag()
throws java.lang.Exception
processStartTag in class IncludeTagjava.lang.Exceptionprotected void setAttributes(javax.servlet.http.HttpServletRequest httpServletRequest)
setAttributes in class IncludeTag