public class AlertTag extends IncludeTag
request, servletContextbodyContentpageContext| Constructor and Description |
|---|
AlertTag() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
cleanUp() |
int |
doStartTag() |
java.lang.Integer |
getAnimationTime() |
java.lang.String |
getIcon() |
java.lang.String |
getMessage() |
protected java.lang.String |
getPage() |
java.lang.String |
getTargetNode() |
java.lang.Integer |
getTimeout() |
java.lang.String |
getTitle() |
java.lang.String |
getType() |
boolean |
isCloseable() |
int |
processEndTag() |
void |
setAnimationTime(java.lang.Integer animationTime) |
protected void |
setAttributes(javax.servlet.http.HttpServletRequest httpServletRequest) |
void |
setCloseable(boolean closeable) |
void |
setIcon(java.lang.String icon) |
void |
setMessage(java.lang.String message) |
void |
setTargetNode(java.lang.String targetNode) |
void |
setTimeout(java.lang.Integer timeout) |
void |
setTitle(java.lang.String title) |
void |
setType(java.lang.String type) |
callSetAttributes, cleanUpSetAttributes, doClearTag, doEndTag, doInclude, doIncludeTheme, getBodyContentWrapper, getCustomPage, getEndPage, getOriginalServletRequest, getStartPage, include, includePage, isCleanUpSetAttributes, isPortalPage, isUseCustomPage, logUnavailablePage, 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 int doStartTag()
doStartTag in interface javax.servlet.jsp.tagext.TagdoStartTag in class IncludeTagpublic java.lang.Integer getAnimationTime()
public java.lang.String getIcon()
public java.lang.String getMessage()
public java.lang.String getTargetNode()
public java.lang.Integer getTimeout()
public java.lang.String getTitle()
public java.lang.String getType()
public boolean isCloseable()
public int processEndTag()
throws java.lang.Exception
processEndTag in class IncludeTagjava.lang.Exceptionpublic void setAnimationTime(java.lang.Integer animationTime)
public void setCloseable(boolean closeable)
public void setIcon(java.lang.String icon)
public void setMessage(java.lang.String message)
public void setTargetNode(java.lang.String targetNode)
public void setTimeout(java.lang.Integer timeout)
public void setTitle(java.lang.String title)
public void setType(java.lang.String type)
protected void cleanUp()
cleanUp in class IncludeTagprotected java.lang.String getPage()
getPage in class IncludeTagprotected void setAttributes(javax.servlet.http.HttpServletRequest httpServletRequest)
setAttributes in class IncludeTag