|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.tagext.BodyTagSupport
org.apache.taglibs.dbtags.preparedstatement.BaseSetterBodyTag
org.apache.taglibs.dbtags.preparedstatement.SetColumnTag
Setter for the enclosing preparedstatement tag. Set the value inside the tag body. Body content will not be trimmed.
JSP Tag Lib Descriptor
<name>setColumn</name> <tagclass>org.apache.taglibs.dbtags.preparedstatement.SetColumnTag</tagclass> <bodycontent>JSP</bodycontent> <info>Setter for the enclosing preparedstatement tag. Set the value inside the tag body. Body content will not be trimmed.</info> <attribute> <name>position</name> <required>true</required> <rtexprvalue>false</rtexprvalue> </attribute>
PreparedStatementImplTag
,
Serialized FormField Summary |
Fields inherited from class org.apache.taglibs.dbtags.preparedstatement.BaseSetterBodyTag |
_attributeName, _position |
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_BUFFERED, EVAL_BODY_TAG |
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 |
Constructor Summary | |
SetColumnTag()
|
Method Summary | |
int |
doEndTag()
|
Methods inherited from class org.apache.taglibs.dbtags.preparedstatement.BaseSetterBodyTag |
getAttribute, getPreparedStatement, release, setName, setPosition |
Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport |
doAfterBody, doInitBody, doStartTag, getBodyContent, getPreviousOut, 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.Tag |
getParent, setPageContext, setParent |
Constructor Detail |
public SetColumnTag()
Method Detail |
public int doEndTag() throws javax.servlet.jsp.JspTagException
javax.servlet.jsp.JspTagException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |