org.shiftone.exq.tagext
Class CursorPagingTag

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

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

Class CursorPagingTag.

Author:
Neville Kadwa
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
CursorPagingTag()
           
 
Method Summary
 int doEndTag()
          Method doAfterBody
 java.lang.String getCurrentClass()
          Method getCurrentClass
 Cursor getCursor()
          Method getCursor
 java.lang.String getId()
          Method getId
 java.lang.String getMaxPages()
          Method getMaxPages
 java.lang.String getPageClass()
          Method getPageClass
 java.lang.String getPageScript()
          Method getPageScript
protected  void printCurrentInfo(javax.servlet.jsp.JspWriter out, int pageNum, java.lang.String printString)
          Method printCurrentInfo
protected  void printPageInfo(javax.servlet.jsp.JspWriter out, int pageNum, java.lang.String printString)
          Method printPageInfo
protected  void printTopComment(javax.servlet.jsp.JspWriter out)
          Method printTopComment
 void release()
          Method release
 void setCurrentClass(java.lang.String currentClass)
          Method setCurrentClass
 void setId(java.lang.String id)
          Method setId
 void setMaxPages(java.lang.String pagesVal)
          Method setMaxPages
 void setPageClass(java.lang.String pageClass)
          Method setPageClass
 void setPageScript(java.lang.String pageScript)
          Method setPageScript
 
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

CursorPagingTag

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


setMaxPages

public void setMaxPages(java.lang.String pagesVal)
Method setMaxPages

Parameters:
pagesVal -

getMaxPages

public java.lang.String getMaxPages()
Method getMaxPages


setCurrentClass

public void setCurrentClass(java.lang.String currentClass)
Method setCurrentClass

Parameters:
currentClass -

getCurrentClass

public java.lang.String getCurrentClass()
Method getCurrentClass


setPageClass

public void setPageClass(java.lang.String pageClass)
Method setPageClass

Parameters:
pageClass -

getPageClass

public java.lang.String getPageClass()
Method getPageClass


setPageScript

public void setPageScript(java.lang.String pageScript)
Method setPageScript

Parameters:
pageScript -

getPageScript

public java.lang.String getPageScript()
Method getPageScript


getCursor

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

Throws:
javax.servlet.jsp.JspException

printTopComment

protected void printTopComment(javax.servlet.jsp.JspWriter out)
                        throws java.io.IOException
Method printTopComment

Throws:
java.io.IOException

printCurrentInfo

protected void printCurrentInfo(javax.servlet.jsp.JspWriter out,
                                int pageNum,
                                java.lang.String printString)
                         throws javax.servlet.jsp.JspException,
                                java.io.IOException
Method printCurrentInfo

Parameters:
out -
pageNum -
printString -
Throws:
java.io.IOException
javax.servlet.jsp.JspException

printPageInfo

protected void printPageInfo(javax.servlet.jsp.JspWriter out,
                             int pageNum,
                             java.lang.String printString)
                      throws javax.servlet.jsp.JspException,
                             java.io.IOException
Method printPageInfo

Parameters:
out -
pageNum -
printString -
Throws:
java.io.IOException
javax.servlet.jsp.JspException

doEndTag

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

Throws:
javax.servlet.jsp.JspException