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 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 component) void
encodeEnd
(FacesContext facesContext, UIComponent component) getConvertedValue
(FacesContext facesContext, UIComponent component, Object submittedValue) protected String
getInputHtmlType
(FacesContext context, UIComponent component) Returns the HTML type attribute of HTML input element, which is being rendered.protected boolean
isAutocompleteOff
(FacesContext facesContext, UIComponent component) If autocomplete is "on" or not set, do not render itprotected boolean
isDisabled
(FacesContext facesContext, UIComponent component) protected boolean
protected boolean
isValidLength
(FacesContext facesContext, UIInput input) protected void
renderInput
(FacesContext facesContext, UIComponent component) Deprecated.protected void
renderInputBegin
(FacesContext facesContext, UIComponent component) protected void
renderInputEnd
(FacesContext facesContext, UIComponent component) protected void
renderOutput
(FacesContext facesContext, UIComponent component) protected void
renderValue
(FacesContext facesContext, UIComponent component, ResponseWriter writer) 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
-
HtmlTextRendererBase
public HtmlTextRendererBase()
-
-
Method Details
-
encodeBegin
- Overrides:
encodeBegin
in classRenderer
- Throws:
IOException
-
encodeEnd
- Overrides:
encodeEnd
in classRenderer
- Throws:
IOException
-
renderOutput
- Throws:
IOException
-
isRenderOutputEventAttributes
protected boolean isRenderOutputEventAttributes() -
renderInput
@Deprecated protected void renderInput(FacesContext facesContext, UIComponent component) throws IOException Deprecated.- Throws:
IOException
-
renderInputBegin
protected void renderInputBegin(FacesContext facesContext, UIComponent component) throws IOException - Throws:
IOException
-
renderValue
protected void renderValue(FacesContext facesContext, UIComponent component, ResponseWriter writer) throws IOException - Throws:
IOException
-
renderInputEnd
- Throws:
IOException
-
isDisabled
-
isAutocompleteOff
If autocomplete is "on" or not set, do not render it -
decode
-
getConvertedValue
public Object getConvertedValue(FacesContext facesContext, UIComponent component, Object submittedValue) throws ConverterException - Overrides:
getConvertedValue
in classRenderer
- Throws:
ConverterException
-
isValidLength
-
getInputHtmlType
Returns the HTML type attribute of HTML input element, which is being rendered.
-