org.apache.myfaces.renderkit.html
Class HtmlSecretRendererBase
public class HtmlSecretRendererBase
see Spec.1.0 EA - JSF.7.6.4 Renderer Types for UIInput Components
$Revision: 169655 $ $Date: 2005-05-11 18:45:06 +0200 (Wed, 11 May 2005) $- Manfred Geiler (latest modification by $Author: grantsmith $)
- Thomas Spiegl
- Anton Koinov
void | decode(FacesContext facesContext, UIComponent component)
|
void | encodeEnd(FacesContext facesContext, UIComponent uiComponent)
|
Object | getConvertedValue(FacesContext facesContext, UIComponent uiComponent, Object submittedValue)
|
protected boolean | isDisabled(FacesContext facesContext, UIComponent uiComponent)
|
decode
public void decode(FacesContext facesContext,
UIComponent component)
encodeEnd
public void encodeEnd(FacesContext facesContext,
UIComponent uiComponent)
throws IOException
getConvertedValue
public Object getConvertedValue(FacesContext facesContext,
UIComponent uiComponent,
Object submittedValue)
throws ConverterException
isDisabled
protected boolean isDisabled(FacesContext facesContext,
UIComponent uiComponent)