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
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
db
protected Database db
sql
protected SqlStatement sql
SqlTag
public SqlTag()
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)