org.springframework.web.servlet.tags.form
Class HiddenInputTag
java.lang.Object
   javax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.tagext.TagSupport
       org.springframework.web.servlet.tags.RequestContextAwareTag
org.springframework.web.servlet.tags.RequestContextAwareTag
           org.springframework.web.servlet.tags.HtmlEscapingAwareTag
org.springframework.web.servlet.tags.HtmlEscapingAwareTag
               org.springframework.web.servlet.tags.form.AbstractFormTag
org.springframework.web.servlet.tags.form.AbstractFormTag
                   org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
                       org.springframework.web.servlet.tags.form.HiddenInputTag
org.springframework.web.servlet.tags.form.HiddenInputTag
- All Implemented Interfaces: 
- Serializable, IterationTag, JspTag, Tag, TryCatchFinally, EditorAwareTag
- public class HiddenInputTag 
- extends AbstractDataBoundFormElementTag
Data-binding aware JSP tag for rendering a hidden HTML 'input' field
 containing the databound value.
 
Example (binding to 'name' property of form backing object):
 
Serialized Form
 
 
 
 
 
 
 
 
| Methods inherited from class org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag | 
| autogenerateId, doFinally, getBindStatus, getBoundValue, getEditor, getId, getName, getNestedPath, getPath, getPropertyEditor, getPropertyPath, resolveId, setId, setPath, writeDefaultAttributes | 
 
 
 
 
| Methods inherited from class javax.servlet.jsp.tagext.TagSupport | 
| doAfterBody, doEndTag, findAncestorWithClass, getParent, getValue, getValues, release, removeValue, setPageContext, setParent, setValue | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
HiddenInputTag
public HiddenInputTag()
writeTagContent
protected int writeTagContent(TagWriter tagWriter)
                       throws JspException
- Writes the HTML 'input' tag to the suppliedTagWriterincluding the
 databound value.
 
- 
- Specified by:
- writeTagContentin class- AbstractFormTag
 
- 
- Returns:
- valid tag render instruction as per Tag.doStartTag().
- Throws:
- JspException
- See Also:
- AbstractDataBoundFormElementTag.writeDefaultAttributes(TagWriter),- AbstractDataBoundFormElementTag.getBoundValue()
 
Copyright © 2002-2008 The Spring Framework.