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 - if an input/output error occurs while renderingpublic void encodeChildren(FacesContext context, UIComponent component) throws IOException
context - component - IOExceptionpublic void encodeEnd(FacesContext context, UIComponent component) throws IOException
IOException - if an input/output error occurs while renderingpublic String convertClientId(FacesContext context, String clientId)
public boolean getRendersChildren()
public Object getConvertedValue(FacesContext context, UIComponent component, Object submittedValue) throws ConverterException
ConverterExceptionCopyright © 2016 The Apache Software Foundation. All Rights Reserved.