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
IOException
public void encodeChildren(FacesContext context, UIComponent component) throws IOException
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 © 2012 Apache Software Foundation. All Rights Reserved.