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)
Render all children if there are any.
|
void |
encodeEnd(FacesContext context,
UIComponent component) |
Object |
getConvertedValue(FacesContext context,
UIComponent component,
Object submittedValue) |
boolean |
getRendersChildren()
Switch for deciding who renders the children.
|
public void decode(FacesContext context, UIComponent component)
public void encodeBegin(FacesContext context, UIComponent component) throws IOException
IOException
public void encodeChildren(FacesContext context, UIComponent component) throws IOException
context
- component
- IOException
public void encodeEnd(FacesContext context, UIComponent component) throws IOException
IOException
public String convertClientId(FacesContext context, String clientId)
public boolean getRendersChildren()
public Object getConvertedValue(FacesContext context, UIComponent component, Object submittedValue) throws ConverterException
ConverterException
Copyright © 2013 Apache Software Foundation. All Rights Reserved.