public class InputPasswordTag extends InputTextTag
repopulate is set then the password tag will
behave just like the text tag, and will repopulate values on error and during wizard flows. If
repopulate is not set, or is set to false then values will not be re-populated, but
initial/default values supplied to the tag on the JSP will be used.errorRenderer, fieldErrorspageContext, parentTagEVAL_BODY_BUFFERED, EVAL_BODY_TAGEVAL_BODY_AGAINEVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE| Constructor and Description |
|---|
InputPasswordTag()
Constructs a new tag for generating password fields.
|
| Modifier and Type | Method and Description |
|---|---|
int |
doEndInputTag()
Determines which source is applicable for the value of the text field and then writes
out the tag.
|
boolean |
getRepopulate()
Returns true if the tag will repopulate values, false otherwise.
|
void |
setRepopulate(boolean repopulate)
Sets whether or not the tag will repopulate the value if one is present.
|
doAfterBody, doInitBody, doStartInputTag, getEffectiveMaxlength, getMaxlength, getValue, setMaxlength, setValuedoCatch, doEndTag, doFinally, doStartTag, format, format, getActionBean, getDisabled, getFieldErrors, getFormatPattern, getFormatType, getLocalizedFieldName, getLocalizedFieldName, getName, getOverrideValueOrValues, getParentFormTag, getReadonly, getSingleOverrideValue, getSize, getValidationMetadata, getValueOnPage, hasErrors, isItemSelected, loadErrors, makeFocused, registerWithParentForm, setDisabled, setFocus, setFormatPattern, setFormatType, setName, setReadonly, setSizeevaluateExpression, get, getAccesskey, getAttributes, getBodyContent, getBodyContentAsString, getCssClass, getDir, getId, getLang, getOnblur, getOnchange, getOnclick, getOndblclick, getOnfocus, getOnkeydown, getOnkeypress, getOnkeyup, getOnmousedown, getOnmousemove, getOnmouseout, getOnmouseover, getOnmouseup, getOnselect, getStyle, getTabindex, getTitle, isXmlTags, release, set, setAccesskey, setBodyContent, setClass, setCssClass, setDir, setDynamicAttribute, setId, setLang, setOnblur, setOnchange, setOnclick, setOndblclick, setOnfocus, setOnkeydown, setOnkeypress, setOnkeyup, setOnmousedown, setOnmousemove, setOnmouseout, setOnmouseover, setOnmouseup, setOnselect, setStyle, setTabindex, setTitle, toString, writeAttributes, writeCloseTag, writeOpenTag, writeSingletonTaggetActionBeanType, getActionBeanUrl, getPageContext, getParent, getParentTag, getTagStack, popPageContextAttributes, pushPageContextAttributes, setPageContext, setParentclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitsetBodyContentdoEndTag, doStartTag, getParent, release, setPageContext, setParentpublic InputPasswordTag()
public void setRepopulate(boolean repopulate)
public boolean getRepopulate()
public int doEndInputTag()
throws JspException
InputTextTagdoEndInputTag in class InputTextTagJspException - if the enclosing form tag cannot be found, or output cannot be written.© Copyright 2005-2006, Stripes Development Team.