public class HtmlSecretRendererBase extends HtmlRenderer
| Constructor and Description |
|---|
HtmlSecretRendererBase() |
| Modifier and Type | Method and Description |
|---|---|
void |
decode(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component) |
void |
encodeEnd(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent) |
Object |
getConvertedValue(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent,
Object submittedValue) |
protected boolean |
isAutocompleteOff(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component)
If autocomplete is "on" or not set, do not render it
|
protected boolean |
isDisabled(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent) |
getActionUrl, getChildCount, getChildren, getClientId, renderId, shouldRenderId, toUripublic void encodeEnd(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent)
throws IOException
encodeEnd in class javax.faces.render.RendererIOExceptionprotected boolean isDisabled(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent)
protected boolean isAutocompleteOff(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component)
public void decode(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component)
decode in class javax.faces.render.Rendererpublic Object getConvertedValue(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent uiComponent, Object submittedValue) throws javax.faces.convert.ConverterException
getConvertedValue in class javax.faces.render.Rendererjavax.faces.convert.ConverterExceptionCopyright © 2013 Apache Software Foundation. All Rights Reserved.