Class HtmlTextRendererBase
java.lang.Object
jakarta.faces.render.Renderer
org.apache.myfaces.renderkit.html.base.HtmlRenderer
org.apache.myfaces.renderkit.html.base.HtmlTextRendererBase
- Direct Known Subclasses:
- HtmlTextRenderer
- 
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 component) voidencodeEnd(FacesContext facesContext, UIComponent component) getConvertedValue(FacesContext facesContext, UIComponent component, Object submittedValue) protected StringgetInputHtmlType(FacesContext context, UIComponent component) Returns the HTML type attribute of HTML input element, which is being rendered.protected booleanisAutocompleteOff(FacesContext facesContext, UIComponent component) If autocomplete is "on" or not set, do not render itprotected booleanisDisabled(FacesContext facesContext, UIComponent component) protected booleanprotected booleanisValidLength(FacesContext facesContext, UIInput input) protected voidrenderInput(FacesContext facesContext, UIComponent component) Deprecated.protected voidrenderInputBegin(FacesContext facesContext, UIComponent component) protected voidrenderInputEnd(FacesContext facesContext, UIComponent component) protected voidrenderOutput(FacesContext facesContext, UIComponent component) protected voidrenderValue(FacesContext facesContext, UIComponent component, ResponseWriter writer) 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- 
HtmlTextRendererBasepublic HtmlTextRendererBase()
 
- 
- 
Method Details- 
encodeBegin- Overrides:
- encodeBeginin class- Renderer
- Throws:
- IOException
 
- 
encodeEnd- Overrides:
- encodeEndin class- Renderer
- Throws:
- IOException
 
- 
renderOutput- Throws:
- IOException
 
- 
isRenderOutputEventAttributesprotected boolean isRenderOutputEventAttributes()
- 
renderInput@Deprecated protected void renderInput(FacesContext facesContext, UIComponent component) throws IOException Deprecated.- Throws:
- IOException
 
- 
renderInputBeginprotected void renderInputBegin(FacesContext facesContext, UIComponent component) throws IOException - Throws:
- IOException
 
- 
renderValueprotected void renderValue(FacesContext facesContext, UIComponent component, ResponseWriter writer) throws IOException - Throws:
- IOException
 
- 
renderInputEnd- Throws:
- IOException
 
- 
isDisabled
- 
isAutocompleteOffIf autocomplete is "on" or not set, do not render it
- 
decode
- 
getConvertedValuepublic Object getConvertedValue(FacesContext facesContext, UIComponent component, Object submittedValue) throws ConverterException - Overrides:
- getConvertedValuein class- Renderer
- Throws:
- ConverterException
 
- 
isValidLength
- 
getInputHtmlTypeReturns the HTML type attribute of HTML input element, which is being rendered.
 
-