org.apache.myfaces.renderkit.html
Class HtmlTextRendererBase
public class HtmlTextRendererBase
$Revision: 169655 $ $Date: 2005-05-11 18:45:06 +0200 (Wed, 11 May 2005) $- Thomas Spiegl (latest modification by $Author: grantsmith $)
- Manfred Geiler
void | decode(FacesContext facesContext, UIComponent component)
|
void | encodeEnd(FacesContext facesContext, UIComponent component)
|
Object | getConvertedValue(FacesContext facesContext, UIComponent component, 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, String text, boolean escape)
|
decode
public void decode(FacesContext facesContext,
UIComponent component)
encodeEnd
public void encodeEnd(FacesContext facesContext,
UIComponent component)
throws IOException
getConvertedValue
public Object getConvertedValue(FacesContext facesContext,
UIComponent component,
Object submittedValue)
throws ConverterException
isDisabled
protected boolean isDisabled(FacesContext facesContext,
UIComponent component)
renderInput
protected void renderInput(FacesContext facesContext,
UIComponent component)
throws IOException
renderOutput
protected static void renderOutput(FacesContext facesContext,
UIComponent component)
throws IOException
renderOutputText
public static void renderOutputText(FacesContext facesContext,
UIComponent component,
String text,
boolean escape)
throws IOException