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, fieldErrors
pageContext, parentTag
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, setValue
doCatch, 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, setSize
evaluateExpression, 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, 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, writeSingletonTag
getActionBeanType, getActionBeanUrl, getPageContext, getParent, getParentTag, getTagStack, popPageContextAttributes, pushPageContextAttributes, setPageContext, setParent
public InputPasswordTag()
public void setRepopulate(boolean repopulate)
public boolean getRepopulate()
public int doEndInputTag() throws javax.servlet.jsp.JspException
InputTextTag
doEndInputTag
in class InputTextTag
javax.servlet.jsp.JspException
- if the enclosing form tag cannot be found, or output cannot be written.? Copyright 2005-2006, Stripes Development Team.