WebObjects 5.4.2

com.webobjects.jspservlet
Class WOFormValueTag

java.lang.Object
  extended by javax.servlet.jsp.tagext.TagSupport
      extended by com.webobjects.jspservlet.WOFormValueTag
All Implemented Interfaces:
Serializable, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.Tag

public class WOFormValueTag
extends javax.servlet.jsp.tagext.TagSupport

See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
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
WOFormValueTag()
           
 
Method Summary
 int doStartTag()
          Standard method to start using the tag.
 void setKey(String key)
          Sets the attribute key for this tag.
 void setValue(String value)
          Sets the attribute value for this tag.
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, 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
 

Constructor Detail

WOFormValueTag

public WOFormValueTag()
Method Detail

setKey

public void setKey(String key)
Sets the attribute key for this tag. See the class description for more details. This is called by the servlet container framework to pass in the value given the JSP.

Parameters:
key - the key of the form value

setValue

public void setValue(String value)
Sets the attribute value for this tag. See the class description for more details. This is called by the servlet container framework to pass in the value given the JSP.

Parameters:
value - the value of the form value

doStartTag

public int doStartTag()
               throws javax.servlet.jsp.JspException
Standard method to start using the tag. Calls its parent WODirectActionTag to set key-value binding.

Specified by:
doStartTag in interface javax.servlet.jsp.tagext.Tag
Overrides:
doStartTag in class javax.servlet.jsp.tagext.TagSupport
Returns:
SKIP_BODY, as this tag has no body.
Throws:
javax.servlet.jsp.JspException
See Also:
WODirectActionTag

Last updated June 2008

Copyright © 2000-2008 Apple Inc.