org.apache.myfaces.shared_orchestra.renderkit.html
Class HtmlTextRendererBase
java.lang.Object
Renderer
org.apache.myfaces.shared_orchestra.renderkit.html.HtmlRenderer
org.apache.myfaces.shared_orchestra.renderkit.html.HtmlTextRendererBase
public class HtmlTextRendererBase
- extends HtmlRenderer
- Version:
- $Revision: 472618 $ $Date: 2006-11-08 21:06:54 +0100 (Mi, 08 Nov 2006) $
- Author:
- Thomas Spiegl (latest modification by $Author: grantsmith $), 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 |
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
- 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)
decode
public void decode(FacesContext facesContext,
UIComponent component)
getConvertedValue
public java.lang.Object getConvertedValue(FacesContext facesContext,
UIComponent component,
java.lang.Object submittedValue)
throws ConverterException
- Throws:
ConverterException
Copyright © 2009 The Apache Software Foundation. All Rights Reserved.