| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.servlet.jsp.tagext.TagSupport
org.springframework.web.servlet.tags.RequestContextAwareTag
org.springframework.web.servlet.tags.HtmlEscapingAwareTag
org.springframework.web.servlet.tags.form.AbstractFormTag
org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
org.springframework.web.servlet.tags.form.InputTag
public class InputTag
Data-binding-aware JSP tag for rendering an HTML 'input'
 element with a 'type' of 'text'.
| Field Summary | |
|---|---|
| static String | ALT_ATTRIBUTE | 
| static String | AUTOCOMPLETE_ATTRIBUTE | 
| static String | MAXLENGTH_ATTRIBUTE | 
| static String | ONSELECT_ATTRIBUTE | 
| static String | READONLY_ATTRIBUTE | 
| static String | SIZE_ATTRIBUTE | 
| Fields inherited from class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag | 
|---|
| ACCESSKEY_ATTRIBUTE, DISABLED_ATTRIBUTE, ONBLUR_ATTRIBUTE, ONCHANGE_ATTRIBUTE, ONFOCUS_ATTRIBUTE | 
| Fields inherited from class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag | 
|---|
| CLASS_ATTRIBUTE, DIR_ATTRIBUTE, LANG_ATTRIBUTE, ONCLICK_ATTRIBUTE, ONDBLCLICK_ATTRIBUTE, ONKEYDOWN_ATTRIBUTE, ONKEYPRESS_ATTRIBUTE, ONKEYUP_ATTRIBUTE, ONMOUSEDOWN_ATTRIBUTE, ONMOUSEMOVE_ATTRIBUTE, ONMOUSEOUT_ATTRIBUTE, ONMOUSEOVER_ATTRIBUTE, ONMOUSEUP_ATTRIBUTE, STYLE_ATTRIBUTE, TABINDEX_ATTRIBUTE, TITLE_ATTRIBUTE | 
| Fields inherited from class org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag | 
|---|
| COMMAND_NAME_VARIABLE_NAME, NESTED_PATH_VARIABLE_NAME | 
| Fields inherited from class org.springframework.web.servlet.tags.RequestContextAwareTag | 
|---|
| logger, REQUEST_CONTEXT_PAGE_ATTRIBUTE | 
| Fields inherited from class javax.servlet.jsp.tagext.TagSupport | 
|---|
| 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 | |
|---|---|
| InputTag() | |
| Method Summary | |
|---|---|
| protected  String | getAlt()Get the value of the ' alt' attribute. | 
| protected  String | getAutocomplete()Get the value of the ' autocomplete' attribute. | 
| protected  String | getMaxlength()Get the value of the ' maxlength' attribute. | 
| protected  String | getOnselect()Get the value of the ' onselect' attribute. | 
| protected  String | getSize()Get the value of the ' size' attribute. | 
| protected  String | getType()Get the value of the ' type' attribute. | 
|  void | setAlt(String alt)Set the value of the ' alt' attribute. | 
|  void | setAutocomplete(String autocomplete)Set the value of the ' autocomplete' attribute. | 
|  void | setMaxlength(String maxlength)Set the value of the ' maxlength' attribute. | 
|  void | setOnselect(String onselect)Set the value of the ' onselect' attribute. | 
|  void | setSize(String size)Set the value of the ' size' attribute. | 
| protected  int | writeTagContent(TagWriter tagWriter)Writes the ' input' tag to the suppliedTagWriter. | 
| protected  void | writeValue(TagWriter tagWriter)Writes the ' value' attribute to the suppliedTagWriter. | 
| Methods inherited from class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag | 
|---|
| getAccesskey, getDisabled, getOnblur, getOnchange, getOnfocus, getReadonly, isDisabled, isReadonly, setAccesskey, setDisabled, setOnblur, setOnchange, setOnfocus, setReadonly, writeOptionalAttributes | 
| Methods inherited from class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag | 
|---|
| getCssClass, getCssErrorClass, getCssStyle, getDir, getLang, getOnclick, getOndblclick, getOnkeydown, getOnkeypress, getOnkeyup, getOnmousedown, getOnmousemove, getOnmouseout, getOnmouseover, getOnmouseup, getTabindex, getTitle, resolveCssClass, setCssClass, setCssErrorClass, setCssStyle, setDir, setLang, setOnclick, setOndblclick, setOnkeydown, setOnkeypress, setOnkeyup, setOnmousedown, setOnmousemove, setOnmouseout, setOnmouseover, setOnmouseup, setTabindex, setTitle, writeDefaultAttributes | 
| 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 | 
| Methods inherited from class org.springframework.web.servlet.tags.form.AbstractFormTag | 
|---|
| createTagWriter, doStartTagInternal, evaluate, getDisplayString, getDisplayString, isDefaultHtmlEscape, writeOptionalAttribute | 
| Methods inherited from class org.springframework.web.servlet.tags.HtmlEscapingAwareTag | 
|---|
| isHtmlEscape, setHtmlEscape | 
| Methods inherited from class org.springframework.web.servlet.tags.RequestContextAwareTag | 
|---|
| doCatch, doStartTag, getRequestContext | 
| 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 | 
| Field Detail | 
|---|
public static final String SIZE_ATTRIBUTE
public static final String MAXLENGTH_ATTRIBUTE
public static final String ALT_ATTRIBUTE
public static final String ONSELECT_ATTRIBUTE
public static final String READONLY_ATTRIBUTE
public static final String AUTOCOMPLETE_ATTRIBUTE
| Constructor Detail | 
|---|
public InputTag()
| Method Detail | 
|---|
public void setSize(String size)
size' attribute.
 May be a runtime expression.
protected String getSize()
size' attribute.
public void setMaxlength(String maxlength)
maxlength' attribute.
 May be a runtime expression.
protected String getMaxlength()
maxlength' attribute.
public void setAlt(String alt)
alt' attribute.
 May be a runtime expression.
protected String getAlt()
alt' attribute.
public void setOnselect(String onselect)
onselect' attribute.
 May be a runtime expression.
protected String getOnselect()
onselect' attribute.
public void setAutocomplete(String autocomplete)
autocomplete' attribute.
 May be a runtime expression.
protected String getAutocomplete()
autocomplete' attribute.
protected int writeTagContent(TagWriter tagWriter)
                       throws JspException
input' tag to the supplied TagWriter.
 Uses the value returned by getType() to determine which
 type of 'input' element to render.
writeTagContent in class AbstractFormTagTag.doStartTag().
JspException
protected void writeValue(TagWriter tagWriter)
                   throws JspException
value' attribute to the supplied TagWriter.
 Subclasses may choose to override this implementation to control exactly
 when the value is written.
JspExceptionprotected String getType()
type' attribute. Subclasses
 can override this to change the type of 'input' element
 rendered. Default value is 'text'.
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||