Class HtmlTextareaRendererBase
- java.lang.Object
- 
- jakarta.faces.render.Renderer
- 
- org.apache.myfaces.renderkit.html.base.HtmlRenderer
- 
- org.apache.myfaces.renderkit.html.base.HtmlTextareaRendererBase
 
 
 
- 
- Direct Known Subclasses:
- HtmlTextareaRenderer
 
 public class HtmlTextareaRendererBase extends HtmlRenderer 
- 
- 
Field Summary- 
Fields inherited from class jakarta.faces.render.RendererPASSTHROUGH_RENDERER_LOCALNAME_KEY
 
- 
 - 
Constructor SummaryConstructors Constructor Description HtmlTextareaRendererBase()
 - 
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 booleanisDisabled(FacesContext facesContext, UIComponent uiComponent)protected voidrenderTextAreaBegin(FacesContext facesContext, UIComponent uiComponent)protected voidrenderTextAreaEnd(FacesContext facesContext, UIComponent uiComponent)protected voidrenderTextAreaValue(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
 
 - 
renderTextAreaBeginprotected void renderTextAreaBegin(FacesContext facesContext, UIComponent uiComponent) throws IOException - Throws:
- IOException
 
 - 
renderTextAreaValueprotected void renderTextAreaValue(FacesContext facesContext, UIComponent uiComponent) throws IOException - Throws:
- IOException
 
 - 
renderTextAreaEndprotected void renderTextAreaEnd(FacesContext facesContext, UIComponent uiComponent) throws IOException - Throws:
- IOException
 
 - 
isDisabledprotected boolean isDisabled(FacesContext facesContext, UIComponent uiComponent) 
 - 
decodepublic void decode(FacesContext facesContext, UIComponent component) 
 - 
getConvertedValuepublic Object getConvertedValue(FacesContext facesContext, UIComponent uiComponent, Object submittedValue) throws ConverterException - Overrides:
- getConvertedValuein class- Renderer
- Throws:
- ConverterException
 
 
- 
 
-