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 SummaryFields inherited from class jakarta.faces.render.RendererPASSTHROUGH_RENDERER_LOCALNAME_KEY
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoiddecode(FacesContext facesContext, UIComponent component) voidencodeBegin(FacesContext facesContext, UIComponent uiComponent) voidencodeEnd(FacesContext facesContext, UIComponent uiComponent) getConvertedValue(FacesContext facesContext, UIComponent uiComponent, Object submittedValue) protected booleanisAutocompleteOff(FacesContext facesContext, UIComponent component) If autocomplete is "on" or not set, do not render itprotected booleanisDisabled(FacesContext facesContext, UIComponent uiComponent) protected voidrenderInputBegin(FacesContext facesContext, UIComponent uiComponent) protected voidrenderInputEnd(FacesContext facesContext, UIComponent uiComponent) Methods inherited from class org.apache.myfaces.renderkit.html.base.HtmlRenderergetActionUrl, getChildCount, getChildren, getClientId, isCommonEventsOptimizationEnabled, isCommonPropertiesOptimizationEnabled, renderId, shouldRenderIdMethods inherited from class jakarta.faces.render.RendererconvertClientId, encodeChildren, getRendersChildren
- 
Constructor Details- 
HtmlSecretRendererBasepublic HtmlSecretRendererBase()
 
- 
- 
Method Details- 
encodeBegin- Overrides:
- encodeBeginin class- Renderer
- Throws:
- IOException
 
- 
encodeEnd- Overrides:
- encodeEndin class- Renderer
- Throws:
- IOException
 
- 
renderInputBeginprotected void renderInputBegin(FacesContext facesContext, UIComponent uiComponent) throws IOException - Throws:
- IOException
 
- 
renderInputEndprotected void renderInputEnd(FacesContext facesContext, UIComponent uiComponent) throws IOException - Throws:
- IOException
 
- 
isDisabled
- 
isAutocompleteOffIf autocomplete is "on" or not set, do not render it
- 
decode
- 
getConvertedValuepublic Object getConvertedValue(FacesContext facesContext, UIComponent uiComponent, Object submittedValue) throws ConverterException - Overrides:
- getConvertedValuein class- Renderer
- Throws:
- ConverterException
 
 
-