org.apache.myfaces.renderkit.html
Class HtmlTextareaRendererBase
public class HtmlTextareaRendererBase
$Revision: 170291 $ $Date: 2005-05-16 02:44:39 +0200 (Mon, 16 May 2005) $- Manfred Geiler (latest modification by $Author: mmarinschek $)
- Anton Koinov
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)
|
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)