org.shiftone.exq.tagext
Class CursorWithTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.tagext.BodyTagSupport
org.shiftone.exq.tagext.CursorWithTag
- All Implemented Interfaces:
- javax.servlet.jsp.tagext.BodyTag, CursorHolder, java.io.Serializable, javax.servlet.jsp.tagext.Tag
- public class CursorWithTag
- extends javax.servlet.jsp.tagext.BodyTagSupport
- implements CursorHolder, javax.servlet.jsp.tagext.BodyTag
Class CursorWithTag.
<exq:with id="myCursor">
<ol>
<li> <exq:value="myCol1"> </li>
<li> <exq:value="myCol2"> </li>
<li> <exq:value="myCol3"> </li>
</ol>
</exq:with>
- Author:
- Jeff Drost
- See Also:
- Serialized Form
Fields inherited from class javax.servlet.jsp.tagext.BodyTagSupport |
bodyContent |
Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
pageContext |
Fields inherited from interface javax.servlet.jsp.tagext.BodyTag |
EVAL_BODY_TAG |
Fields inherited from interface javax.servlet.jsp.tagext.Tag |
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport |
doEndTag, doInitBody, getBodyContent, getPreviousOut, setBodyContent |
Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
findAncestorWithClass, getParent, getValue, getValues, removeValue, setPageContext, setParent, setValue |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.servlet.jsp.tagext.BodyTag |
doInitBody, setBodyContent |
Methods inherited from interface javax.servlet.jsp.tagext.Tag |
doEndTag, getParent, setPageContext, setParent |
CursorWithTag
public CursorWithTag()
release
public void release()
- Method release
- Specified by:
release
in interface javax.servlet.jsp.tagext.Tag
setId
public void setId(java.lang.String id)
- Method setId
getId
public java.lang.String getId()
- Method getId
getCursor
public Cursor getCursor()
throws javax.servlet.jsp.JspException
- Method getCursor
- Specified by:
getCursor
in interface CursorHolder
- Throws:
javax.servlet.jsp.JspException
doStartTag
public int doStartTag()
throws javax.servlet.jsp.JspException
- Method doStartTag
- Specified by:
doStartTag
in interface javax.servlet.jsp.tagext.Tag
- Throws:
javax.servlet.jsp.JspException
doAfterBody
public int doAfterBody()
throws javax.servlet.jsp.JspException
- Method doAfterBody
- Specified by:
doAfterBody
in interface javax.servlet.jsp.tagext.BodyTag
- Throws:
javax.servlet.jsp.JspException