java.lang.Object
javax.servlet.jsp.tagext.TagSupport
ru.gammalabs.ice.presentation.web.taglib.InsertOnceOnPageTag
- All Implemented Interfaces:
- javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, java.io.Serializable, javax.servlet.jsp.tagext.Tag
- public class InsertOnceOnPageTag
- extends javax.servlet.jsp.tagext.TagSupport
|
Method Summary |
int |
doEndTag()
Evaluate the remainder of the current page normally. |
int |
doStartTag()
Check whether the tag with such id was already inserted on page, and either evaluate
the body and mark that insertion is done or skip the body of this tag. |
| Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
doAfterBody, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InsertOnceOnPageTag
public InsertOnceOnPageTag()
doStartTag
public int doStartTag()
throws javax.servlet.jsp.JspException
- Check whether the tag with such id was already inserted on page, and either evaluate
the body and mark that insertion is done or skip the body of this tag.
doEndTag
public int doEndTag()
throws javax.servlet.jsp.JspException
- Evaluate the remainder of the current page normally.