public class CourierRenderer extends Renderer
| Constructor and Description |
|---|
CourierRenderer() |
| Modifier and Type | Method and Description |
|---|---|
void |
decode(FacesContext context,
UIComponent component) |
void |
encodeBegin(FacesContext context,
UIComponent component) |
void |
encodeChildren(FacesContext context,
UIComponent component) |
void |
encodeEnd(FacesContext context,
UIComponent component) |
boolean |
supportsComponentType(UIComponent component) |
convertClientId, getConvertedValue, getRendersChildrenpublic boolean supportsComponentType(UIComponent component)
public void decode(FacesContext context, UIComponent component)
public void encodeBegin(FacesContext context, UIComponent component) throws IOException
encodeBegin in class RendererIOExceptionpublic void encodeChildren(FacesContext context, UIComponent component) throws IOException
encodeChildren in class RendererIOExceptionpublic void encodeEnd(FacesContext context, UIComponent component) throws IOException
encodeEnd in class RendererIOExceptionCopyright © 2003–2017 University of Michigan. All rights reserved.