org.apache.myfaces.renderkit.html

Class HtmlTextareaRendererBase

Known Direct Subclasses:
HtmlTextareaRenderer

public class HtmlTextareaRendererBase
extends HtmlRenderer

Version:
$Revision: 170291 $ $Date: 2005-05-16 02:44:39 +0200 (Mon, 16 May 2005) $
Authors:
Manfred Geiler (latest modification by $Author: mmarinschek $)
Anton Koinov

Method Summary

void
decode(FacesContext facesContext, UIComponent component)
void
encodeEnd(FacesContext facesContext, UIComponent uiComponent)
protected void
encodeTextArea(FacesContext facesContext, UIComponent uiComponent)
Object
getConvertedValue(FacesContext facesContext, UIComponent uiComponent, Object submittedValue)
protected boolean
isDisabled(FacesContext facesContext, UIComponent uiComponent)

Methods inherited from class org.apache.myfaces.renderkit.html.HtmlRenderer

encodeChildren

Method Details

decode

public void decode(FacesContext facesContext,
                   UIComponent component)

encodeEnd

public void encodeEnd(FacesContext facesContext,
                      UIComponent uiComponent)
            throws IOException

encodeTextArea

protected void encodeTextArea(FacesContext facesContext,
                              UIComponent uiComponent)
            throws IOException

getConvertedValue

public Object getConvertedValue(FacesContext facesContext,
                                UIComponent uiComponent,
                                Object submittedValue)
            throws ConverterException

isDisabled

protected boolean isDisabled(FacesContext facesContext,
                             UIComponent uiComponent)