org.apache.myfaces.shared_impl.renderkit.html
Class HtmlTextRendererBase
java.lang.Object
javax.faces.render.Renderer
org.apache.myfaces.shared_impl.renderkit.html.HtmlRenderer
org.apache.myfaces.shared_impl.renderkit.html.HtmlTextRendererBase
- Direct Known Subclasses:
- HtmlTextRenderer
public class HtmlTextRendererBase
- extends HtmlRenderer
- Version:
- $Revision: 673827 $ $Date: 2008-07-03 16:46:23 -0500 (Thu, 03 Jul 2008) $
- Author:
- Thomas Spiegl (latest modification by $Author: skitching $), Manfred Geiler
Method Summary |
void |
decode(FacesContext facesContext,
UIComponent component)
|
void |
encodeEnd(FacesContext facesContext,
UIComponent component)
|
java.lang.Object |
getConvertedValue(FacesContext facesContext,
UIComponent component,
java.lang.Object submittedValue)
|
protected boolean |
isAutocompleteOff(FacesContext facesContext,
UIComponent component)
If autocomplete is "on" or not set, do not render it |
protected boolean |
isDisabled(FacesContext facesContext,
UIComponent component)
|
protected void |
renderInput(FacesContext facesContext,
UIComponent component)
|
protected static void |
renderOutput(FacesContext facesContext,
UIComponent component)
|
static void |
renderOutputText(FacesContext facesContext,
UIComponent component,
java.lang.String text,
boolean escape)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HtmlTextRendererBase
public HtmlTextRendererBase()
encodeEnd
public void encodeEnd(FacesContext facesContext,
UIComponent component)
throws java.io.IOException
- Overrides:
encodeEnd
in class Renderer
- Throws:
java.io.IOException
renderOutput
protected static void renderOutput(FacesContext facesContext,
UIComponent component)
throws java.io.IOException
- Throws:
java.io.IOException
renderOutputText
public static void renderOutputText(FacesContext facesContext,
UIComponent component,
java.lang.String text,
boolean escape)
throws java.io.IOException
- Throws:
java.io.IOException
renderInput
protected void renderInput(FacesContext facesContext,
UIComponent component)
throws java.io.IOException
- Throws:
java.io.IOException
isDisabled
protected boolean isDisabled(FacesContext facesContext,
UIComponent component)
isAutocompleteOff
protected boolean isAutocompleteOff(FacesContext facesContext,
UIComponent component)
- If autocomplete is "on" or not set, do not render it
decode
public void decode(FacesContext facesContext,
UIComponent component)
- Overrides:
decode
in class Renderer
getConvertedValue
public java.lang.Object getConvertedValue(FacesContext facesContext,
UIComponent component,
java.lang.Object submittedValue)
throws ConverterException
- Overrides:
getConvertedValue
in class Renderer
- Throws:
ConverterException
Copyright © 2009 The Apache Software Foundation. All Rights Reserved.