javax.faces.render
Class Renderer
java.lang.Object
javax.faces.render.Renderer
- public abstract class Renderer
- extends java.lang.Object
- Version:
- $Revision: 166994 $ $Date: 2004-07-02 00:12:40 +0200 (Fri, 02 Jul 2004) $
- Author:
- Manfred Geiler (latest modification by $Author: mwessendorf $)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Renderer
public Renderer()
decode
public void decode(FacesContext context,
UIComponent component)
encodeBegin
public void encodeBegin(FacesContext context,
UIComponent component)
throws java.io.IOException
- Throws:
java.io.IOException
encodeChildren
public void encodeChildren(FacesContext context,
UIComponent component)
throws java.io.IOException
- Throws:
java.io.IOException
encodeEnd
public void encodeEnd(FacesContext context,
UIComponent component)
throws java.io.IOException
- Throws:
java.io.IOException
convertClientId
public java.lang.String convertClientId(FacesContext context,
java.lang.String clientId)
getRendersChildren
public boolean getRendersChildren()
getConvertedValue
public java.lang.Object getConvertedValue(FacesContext context,
UIComponent component,
java.lang.Object submittedValue)
throws ConverterException
- Throws:
ConverterException