Class HtmlSecretRendererBase
java.lang.Object
jakarta.faces.render.Renderer
org.apache.myfaces.renderkit.html.base.HtmlRenderer
org.apache.myfaces.renderkit.html.base.HtmlSecretRendererBase
- Direct Known Subclasses:
HtmlSecretRenderer
see Spec.1.0 EA - Faces.7.6.4 Renderer Types for UIInput Components
-
Field Summary
Fields inherited from class jakarta.faces.render.Renderer
PASSTHROUGH_RENDERER_LOCALNAME_KEY
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
decode
(FacesContext facesContext, UIComponent component) void
encodeBegin
(FacesContext facesContext, UIComponent uiComponent) void
encodeEnd
(FacesContext facesContext, UIComponent uiComponent) getConvertedValue
(FacesContext facesContext, UIComponent uiComponent, Object submittedValue) protected boolean
isAutocompleteOff
(FacesContext facesContext, UIComponent component) If autocomplete is "on" or not set, do not render itprotected boolean
isDisabled
(FacesContext facesContext, UIComponent uiComponent) protected void
renderInputBegin
(FacesContext facesContext, UIComponent uiComponent) protected void
renderInputEnd
(FacesContext facesContext, UIComponent uiComponent) Methods inherited from class org.apache.myfaces.renderkit.html.base.HtmlRenderer
getActionUrl, getChildCount, getChildren, getClientId, isCommonEventsOptimizationEnabled, isCommonPropertiesOptimizationEnabled, renderId, shouldRenderId
Methods inherited from class jakarta.faces.render.Renderer
convertClientId, encodeChildren, getRendersChildren
-
Constructor Details
-
HtmlSecretRendererBase
public HtmlSecretRendererBase()
-
-
Method Details
-
encodeBegin
- Overrides:
encodeBegin
in classRenderer
- Throws:
IOException
-
encodeEnd
- Overrides:
encodeEnd
in classRenderer
- Throws:
IOException
-
renderInputBegin
protected void renderInputBegin(FacesContext facesContext, UIComponent uiComponent) throws IOException - Throws:
IOException
-
renderInputEnd
protected void renderInputEnd(FacesContext facesContext, UIComponent uiComponent) throws IOException - Throws:
IOException
-
isDisabled
-
isAutocompleteOff
If autocomplete is "on" or not set, do not render it -
decode
-
getConvertedValue
public Object getConvertedValue(FacesContext facesContext, UIComponent uiComponent, Object submittedValue) throws ConverterException - Overrides:
getConvertedValue
in classRenderer
- Throws:
ConverterException
-