com.arsdigita.acs.tags
Class DataSourceTag

java.lang.Object
  |
  +--javax.servlet.jsp.tagext.TagSupport
        |
        +--com.arsdigita.acs.tags.DataSourceTag
All Implemented Interfaces:
Serializable, Tag

public class DataSourceTag
extends TagSupport
implements Tag

Tag for instantating data source objects.

See Also:
Serialized Form

Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
DataSourceTag()
           
 
Method Summary
 int doStartTag()
          Process the start tag for this instance.
 void setClass(String s)
           
 void setRs(ResultSet rs)
           
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doEndTag, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, 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
doEndTag, getParent, release, setPageContext, setParent
 

Constructor Detail

DataSourceTag

public DataSourceTag()
Method Detail

doStartTag

public int doStartTag()
               throws JspTagException
Description copied from interface: Tag
Process the start tag for this instance.
Specified by:
doStartTag in interface Tag
Overrides:
doStartTag in class TagSupport
Following copied from interface: javax.servlet.jsp.tagext.Tag
See Also:
BodyTag

setClass

public void setClass(String s)

setRs

public void setRs(ResultSet rs)