java.lang.Object
javax.servlet.jsp.tagext.TagSupport
com.aendvari.tethys.tag.data.DataTag
com.aendvari.tethys.tag.notices.NoticesExistTag
- All Implemented Interfaces:
- com.aendvari.tethys.tag.data.DataAncestorTag, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, java.io.Serializable, javax.servlet.jsp.tagext.Tag
- public class NoticesExistTag
- extends com.aendvari.tethys.tag.data.DataTag
Implementation class to verify that notices are available.
|
Field Summary |
protected java.lang.String |
path
The OSM path containing notices. |
protected boolean |
recursive
Should recursion be used to extract the messages. |
| Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
doAfterBody, doEndTag, findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
path
protected java.lang.String path
- The OSM path containing notices.
recursive
protected boolean recursive
- Should recursion be used to extract the messages.
NoticesExistTag
public NoticesExistTag()
setPath
public void setPath(java.lang.String path)
getPath
public java.lang.String getPath()
setRecursive
public void setRecursive(boolean recursive)
getRecursive
public boolean getRecursive()
doStartTag
public int doStartTag()
throws javax.servlet.jsp.JspTagException
- Description copied from class:
javax.servlet.jsp.tagext.TagSupport
- Default processing of the start tag, returning SKIP_BODY.
release
public void release()
- Release all allocated resources.