public abstract class Renderer extends Object
| Constructor and Description |
|---|
Renderer() |
| Modifier and Type | Method and Description |
|---|---|
String |
convertClientId(FacesContext context,
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) |
Object |
getConvertedValue(FacesContext context,
UIComponent component,
Object submittedValue) |
boolean |
getRendersChildren() |
public void decode(FacesContext context, UIComponent component)
public void encodeBegin(FacesContext context, UIComponent component) throws IOException
IOExceptionpublic void encodeChildren(FacesContext context, UIComponent component) throws IOException
IOExceptionpublic void encodeEnd(FacesContext context, UIComponent component) throws IOException
IOExceptionpublic String convertClientId(FacesContext context, String clientId)
public boolean getRendersChildren()
public Object getConvertedValue(FacesContext context, UIComponent component, Object submittedValue) throws ConverterException
ConverterExceptionCopyright © 2012 Apache Software Foundation. All Rights Reserved.