com.arsdigita.acs.tags
Class SqlTag

java.lang.Object
  |
  +--javax.servlet.jsp.tagext.TagSupport
        |
        +--javax.servlet.jsp.tagext.BodyTagSupport
              |
              +--com.arsdigita.acs.tags.SqlTag
All Implemented Interfaces:
BodyTag, Serializable, Tag
Direct Known Subclasses:
DbStringTag, MaybeOneRowTag, OneRowTag, QueryTag

public abstract class SqlTag
extends BodyTagSupport
implements BodyTag

See Also:
Serialized Form

Field Summary
protected  Database db
           
protected  SqlStatement sql
           
 
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.BodyTag
EVAL_BODY_TAG
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
SqlTag()
           
 
Method Summary
 void bind(Object value)
           
 void bind(String name, Object value)
           
 int doStartTag()
          Process the start tag for this instance.
 
Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport
doAfterBody, doEndTag, doInitBody, getBodyContent, getPreviousOut, release, setBodyContent
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
findAncestorWithClass, getId, getParent, getValue, getValues, 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.BodyTag
doAfterBody, doInitBody, setBodyContent
 
Methods inherited from interface javax.servlet.jsp.tagext.Tag
doEndTag, getParent, release, setPageContext, setParent
 

Field Detail

db

protected Database db

sql

protected SqlStatement sql
Constructor Detail

SqlTag

public SqlTag()
Method Detail

doStartTag

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

bind

public void bind(Object value)

bind

public void bind(String name,
                 Object value)