public abstract class Renderer
extends java.lang.Object
| Constructor and Description |
|---|
Renderer() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
convertClientId(FacesContext context,
java.lang.String clientId) |
void |
decode(FacesContext context,
UIComponent component) |
void |
encodeBegin(FacesContext context,
UIComponent component) |
void |
encodeChildren(FacesContext context,
UIComponent component) |
void |
encodeEnd(FacesContext context,
UIComponent component) |
java.lang.Object |
getConvertedValue(FacesContext context,
UIComponent component,
java.lang.Object submittedValue) |
boolean |
getRendersChildren() |
public void decode(FacesContext context, UIComponent component)
public void encodeBegin(FacesContext context, UIComponent component) throws java.io.IOException
java.io.IOExceptionpublic void encodeChildren(FacesContext context, UIComponent component) throws java.io.IOException
java.io.IOExceptionpublic void encodeEnd(FacesContext context, UIComponent component) throws java.io.IOException
java.io.IOExceptionpublic java.lang.String convertClientId(FacesContext context, java.lang.String clientId)
public boolean getRendersChildren()
public java.lang.Object getConvertedValue(FacesContext context, UIComponent component, java.lang.Object submittedValue) throws ConverterException
ConverterException