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
 
 public class HtmlTextRendererBase extends HtmlRenderer 
- 
- 
Field Summary- 
Fields inherited from class jakarta.faces.render.RendererPASSTHROUGH_RENDERER_LOCALNAME_KEY
 
- 
 - 
Constructor SummaryConstructors Constructor Description HtmlTextRendererBase()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voiddecode(FacesContext facesContext, UIComponent component)voidencodeBegin(FacesContext facesContext, UIComponent component)voidencodeEnd(FacesContext facesContext, UIComponent component)ObjectgetConvertedValue(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 booleanisRenderOutputEventAttributes()protected 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, shouldRenderId
 - 
Methods inherited from class jakarta.faces.render.RendererconvertClientId, encodeChildren, getRendersChildren
 
- 
 
- 
- 
- 
Method Detail- 
encodeBeginpublic void encodeBegin(FacesContext facesContext, UIComponent component) throws IOException - Overrides:
- encodeBeginin class- Renderer
- Throws:
- IOException
 
 - 
encodeEndpublic void encodeEnd(FacesContext facesContext, UIComponent component) throws IOException - Overrides:
- encodeEndin class- Renderer
- Throws:
- IOException
 
 - 
renderOutputprotected void renderOutput(FacesContext facesContext, UIComponent component) throws IOException - 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
 
 - 
renderInputEndprotected void renderInputEnd(FacesContext facesContext, UIComponent component) throws IOException - Throws:
- IOException
 
 - 
isDisabledprotected boolean isDisabled(FacesContext facesContext, UIComponent component) 
 - 
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 component, Object submittedValue) throws ConverterException - Overrides:
- getConvertedValuein class- Renderer
- Throws:
- ConverterException
 
 - 
isValidLengthprotected boolean isValidLength(FacesContext facesContext, UIInput input) 
 - 
getInputHtmlTypeprotected String getInputHtmlType(FacesContext context, UIComponent component) Returns the HTML type attribute of HTML input element, which is being rendered.
 
- 
 
-