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
 
 public class HtmlSecretRendererBase extends HtmlRenderer see Spec.1.0 EA - Faces.7.6.4 Renderer Types for UIInput Components
- 
- 
Field Summary- 
Fields inherited from class jakarta.faces.render.RendererPASSTHROUGH_RENDERER_LOCALNAME_KEY
 
- 
 - 
Constructor SummaryConstructors Constructor Description HtmlSecretRendererBase()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddecode(FacesContext facesContext, UIComponent component)voidencodeBegin(FacesContext facesContext, UIComponent uiComponent)voidencodeEnd(FacesContext facesContext, UIComponent uiComponent)ObjectgetConvertedValue(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, shouldRenderId
 - 
Methods inherited from class jakarta.faces.render.RendererconvertClientId, encodeChildren, getRendersChildren
 
- 
 
- 
- 
- 
Method Detail- 
encodeBeginpublic void encodeBegin(FacesContext facesContext, UIComponent uiComponent) throws IOException - Overrides:
- encodeBeginin class- Renderer
- Throws:
- IOException
 
 - 
encodeEndpublic void encodeEnd(FacesContext facesContext, UIComponent uiComponent) throws IOException - 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
 
 - 
isDisabledprotected boolean isDisabled(FacesContext facesContext, UIComponent uiComponent) 
 - 
isAutocompleteOffprotected boolean isAutocompleteOff(FacesContext facesContext, UIComponent component) If autocomplete is "on" or not set, do not render it
 - 
decodepublic void decode(FacesContext facesContext, UIComponent component) 
 - 
getConvertedValuepublic Object getConvertedValue(FacesContext facesContext, UIComponent uiComponent, Object submittedValue) throws ConverterException - Overrides:
- getConvertedValuein class- Renderer
- Throws:
- ConverterException
 
 
- 
 
-