org.apache.myfaces.html5.renderkit.input.delegate
Class HtmlTextAreaRendererDelegate
java.lang.Object
javax.faces.render.Renderer
org.apache.myfaces.html5.renderkit.input.delegate.HtmlTextAreaRendererDelegate
public class HtmlTextAreaRendererDelegate
- extends javax.faces.render.Renderer
Delegate renderer that is used when the type of < hx:input > is one of "textarea".
- Author:
- Ali Ok
| Methods inherited from class javax.faces.render.Renderer |
convertClientId, encodeBegin, encodeChildren, getRendersChildren |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HtmlTextAreaRendererDelegate
public HtmlTextAreaRendererDelegate()
encodeEnd
public void encodeEnd(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent)
throws IOException
- Overrides:
encodeEnd in class javax.faces.render.Renderer
- Throws:
IOException
encodeTextArea
protected void encodeTextArea(javax.faces.context.FacesContext facesContext,
Html5BaseInputText component)
throws IOException
- Throws:
IOException
renderTextAreaBegin
protected void renderTextAreaBegin(javax.faces.context.FacesContext facesContext,
Html5BaseInputText component)
throws IOException
- Throws:
IOException
renderTextAreaValue
protected void renderTextAreaValue(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent)
throws IOException
- Throws:
IOException
renderTextAreaEnd
protected void renderTextAreaEnd(javax.faces.context.FacesContext facesContext,
Html5BaseInputText component)
throws IOException
- Throws:
IOException
decode
public void decode(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component)
- Overrides:
decode in class javax.faces.render.Renderer
getConvertedValue
public Object getConvertedValue(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent,
Object submittedValue)
throws javax.faces.convert.ConverterException
- Overrides:
getConvertedValue in class javax.faces.render.Renderer
- Throws:
javax.faces.convert.ConverterException
Copyright © 2011 The Apache Software Foundation. All Rights Reserved.