org.apache.taglibs.dbtags.preparedstatement
Class SetColumnTag

java.lang.Object
  extended by javax.servlet.jsp.tagext.TagSupport
      extended by javax.servlet.jsp.tagext.BodyTagSupport
          extended by org.apache.taglibs.dbtags.preparedstatement.BaseSetterBodyTag
              extended by org.apache.taglibs.dbtags.preparedstatement.SetColumnTag
All Implemented Interfaces:
java.io.Serializable, javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.Tag

public class SetColumnTag
extends BaseSetterBodyTag

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>
 

Author:
Morgan Delagrange
See Also:
PreparedStatementImplTag, Serialized Form

Field 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

SetColumnTag

public SetColumnTag()
Method Detail

doEndTag

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


Copyright ? 2000-2004 The Apache Software Foundation. All Rights Reserved.