org.apache.myfaces.shared.renderkit.html
Class HtmlTextareaRendererBase
java.lang.Object
javax.faces.render.Renderer
org.apache.myfaces.shared.renderkit.html.HtmlRenderer
org.apache.myfaces.shared.renderkit.html.HtmlTextareaRendererBase
public class HtmlTextareaRendererBase
- extends HtmlRenderer
- Version:
- $Revision: 1230370 $ $Date: 2012-01-11 21:07:58 -0500 (Wed, 11 Jan 2012) $
- Author:
- Manfred Geiler (latest modification by $Author: lu4242 $), Anton Koinov
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HtmlTextareaRendererBase
public HtmlTextareaRendererBase()
encodeEnd
public void encodeEnd(FacesContext facesContext,
UIComponent uiComponent)
throws IOException
- Overrides:
encodeEnd
in class Renderer
- Throws:
IOException
encodeTextArea
protected void encodeTextArea(FacesContext facesContext,
UIComponent uiComponent)
throws IOException
- Throws:
IOException
renderTextAreaBegin
protected void renderTextAreaBegin(FacesContext facesContext,
UIComponent uiComponent)
throws IOException
- Throws:
IOException
renderTextAreaValue
protected void renderTextAreaValue(FacesContext facesContext,
UIComponent uiComponent)
throws IOException
- Throws:
IOException
renderTextAreaEnd
protected void renderTextAreaEnd(FacesContext facesContext,
UIComponent uiComponent)
throws IOException
- Throws:
IOException
isDisabled
protected boolean isDisabled(FacesContext facesContext,
UIComponent uiComponent)
decode
public void decode(FacesContext facesContext,
UIComponent component)
- Overrides:
decode
in class Renderer
getConvertedValue
public Object getConvertedValue(FacesContext facesContext,
UIComponent uiComponent,
Object submittedValue)
throws ConverterException
- Overrides:
getConvertedValue
in class Renderer
- Throws:
ConverterException
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.