org.shiftone.exq.tagext
Class CursorDumpTag

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

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

Class CursorDumpTag.

 <exq:dump 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
CursorDumpTag()
           
 
Method Summary
 int doStartTag()
          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
doEndTag, 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

CursorDumpTag

public CursorDumpTag()
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

doStartTag

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

Throws:
javax.servlet.jsp.JspException