public class HtmlTextareaRendererBase extends HtmlRenderer
| Constructor and Description |
|---|
HtmlTextareaRendererBase() |
| Modifier and Type | Method and Description |
|---|---|
void |
decode(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component) |
void |
encodeEnd(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent) |
protected void |
encodeTextArea(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent) |
Object |
getConvertedValue(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent,
Object submittedValue) |
protected boolean |
isDisabled(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent) |
getActionUrl, getChildCount, getChildren, getClientId, renderId, shouldRenderId, toUripublic void encodeEnd(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent)
throws IOException
encodeEnd in class javax.faces.render.RendererIOExceptionprotected void encodeTextArea(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent)
throws IOException
IOExceptionprotected boolean isDisabled(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent)
public void decode(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component)
decode in class javax.faces.render.Rendererpublic Object getConvertedValue(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent uiComponent, Object submittedValue) throws javax.faces.convert.ConverterException
getConvertedValue in class javax.faces.render.Rendererjavax.faces.convert.ConverterExceptionCopyright © 2013 Apache Software Foundation. All Rights Reserved.