com.fc.taglibs.castor
Class CastorQueryResultsTag

java.lang.Object
  |
  +--javax.servlet.jsp.tagext.TagSupport
        |
        +--javax.servlet.jsp.tagext.BodyTagSupport
              |
              +--com.fc.taglibs.castor.CastorQueryResultsTag
All Implemented Interfaces:
javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.IterationTag, java.io.Serializable, javax.servlet.jsp.tagext.Tag

public class CastorQueryResultsTag
extends javax.servlet.jsp.tagext.BodyTagSupport
implements javax.servlet.jsp.tagext.IterationTag

See Also:
Serialized Form

Fields inherited from class javax.servlet.jsp.tagext.BodyTagSupport
bodyContent
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAIN
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Fields inherited from interface javax.servlet.jsp.tagext.BodyTag
EVAL_BODY_BUFFERED, EVAL_BODY_TAG
 
Constructor Summary
CastorQueryResultsTag()
           
 
Method Summary
 int doAfterBody()
           
 int doEndTag()
           
 int doStartTag()
          Do the start tag bit
 void setAccessMode(java.lang.String _accessModeStr)
          Sets the access mode string
 void setId(java.lang.String _id)
          Sets the id by which this bean instance will be referred to in the page
 void setIndexId(java.lang.String _indexId)
          Sets the name of the index int
 void setPage(java.lang.String _page)
          Sets current result page
 void setSize(java.lang.String _size)
          Sets the size
 
Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport
doInitBody, getBodyContent, getPreviousOut, release, setBodyContent
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
findAncestorWithClass, getId, 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.Tag
getParent, release, setPageContext, setParent
 

Constructor Detail

CastorQueryResultsTag

public CastorQueryResultsTag()
Method Detail

setId

public void setId(java.lang.String _id)
Sets the id by which this bean instance will be referred to in the page
Overrides:
setId in class javax.servlet.jsp.tagext.TagSupport

setSize

public void setSize(java.lang.String _size)
Sets the size

setPage

public void setPage(java.lang.String _page)
Sets current result page

setIndexId

public void setIndexId(java.lang.String _indexId)
Sets the name of the index int

setAccessMode

public void setAccessMode(java.lang.String _accessModeStr)
Sets the access mode string

doStartTag

public int doStartTag()
               throws javax.servlet.jsp.JspException
Do the start tag bit
Specified by:
doStartTag in interface javax.servlet.jsp.tagext.Tag
Overrides:
doStartTag in class javax.servlet.jsp.tagext.BodyTagSupport

doAfterBody

public int doAfterBody()
                throws javax.servlet.jsp.JspException
Specified by:
doAfterBody in interface javax.servlet.jsp.tagext.IterationTag
Overrides:
doAfterBody in class javax.servlet.jsp.tagext.BodyTagSupport

doEndTag

public int doEndTag()
             throws javax.servlet.jsp.JspException
Specified by:
doEndTag in interface javax.servlet.jsp.tagext.Tag
Overrides:
doEndTag in class javax.servlet.jsp.tagext.BodyTagSupport


Copyright © 2003-2003 Patrick van Kann. All Rights Reserved.