org.shiftone.exq.tagext
Class CursorResetTag

java.lang.Object
  extended byjavax.servlet.jsp.tagext.TagSupport
      extended byorg.shiftone.exq.tagext.CursorResetTag
All Implemented Interfaces:
java.io.Serializable, javax.servlet.jsp.tagext.Tag

public class CursorResetTag
extends javax.servlet.jsp.tagext.TagSupport

Class CursorResetTag.

 <exq:reset id="myCursor">
 

Author:
Jeff Drost
See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
pageContext
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
CursorResetTag()
           
 
Method Summary
 int doEndTag()
          Method doStartTag
 Cursor getCursor()
          Method getCursor
 java.lang.String getId()
          Method getId
 void release()
          Method release
 void setId(java.lang.String id)
          Method setId
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doStartTag, 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
 

Constructor Detail

CursorResetTag

public CursorResetTag()
Method Detail

release

public void release()
Method release


setId

public void setId(java.lang.String id)
Method setId

Parameters:
id -

getId

public java.lang.String getId()
Method getId


getCursor

public Cursor getCursor()
                 throws javax.servlet.jsp.JspException
Method getCursor

Throws:
javax.servlet.jsp.JspException

doEndTag

public int doEndTag()
             throws javax.servlet.jsp.JspException
Method doStartTag

Throws:
javax.servlet.jsp.JspException