java.lang.Object
javax.servlet.jsp.tagext.TagSupport
com.aendvari.tethys.tag.data.DataTag
com.aendvari.tethys.tag.notices.NoticesTag
- 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 NoticesTag
- extends com.aendvari.tethys.tag.data.DataTag
Implementation class for the "notices" tag.
|
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, doStartTag, 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.
NoticesTag
public NoticesTag()
setPath
public void setPath(java.lang.String path)
getPath
public java.lang.String getPath()
setRecursive
public void setRecursive(boolean recursive)
getRecursive
public boolean getRecursive()
doEndTag
public int doEndTag()
throws javax.servlet.jsp.JspTagException
- Description copied from class:
javax.servlet.jsp.tagext.TagSupport
- Default processing of the end tag returning EVAL_PAGE.
release
public void release()
- Release all allocated resources.