public abstract class DynaRendererBase extends Renderer
| Constructor and Description |
|---|
DynaRendererBase() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
encodeBegin(FacesContext context,
UIComponent component) |
void |
encodeChildren(FacesContext context,
UIComponent component)
Faces render output method .
|
abstract void |
encodeEnd(FacesContext context,
UIComponent component) |
boolean |
getRendersChildren()
This component renders its children
|
protected void |
renderData(FacesContext context,
UIComponent component)
Core workhouse method of the dynamic renderers.
|
boolean |
supportsComponentType(UIComponent component)
This is an UIData type component.
|
convertClientId, decode, getConvertedValuepublic abstract void encodeBegin(FacesContext context, UIComponent component) throws IOException
encodeBegin in class RendererIOExceptionpublic abstract void encodeEnd(FacesContext context, UIComponent component) throws IOException
encodeEnd in class RendererIOExceptionpublic void encodeChildren(FacesContext context, UIComponent component) throws IOException
Faces render output method .
Encode children column and multicolumn
encodeChildren in class Renderercontext - FacesContext for the current requestcomponent - UIComponent being renderedIOException - if an input/output error occurspublic boolean getRendersChildren()
getRendersChildren in class Rendererpublic boolean supportsComponentType(UIComponent component)
component - protected void renderData(FacesContext context, UIComponent component) throws IOException
context - FacesContextcomponent - UIComponentIOExceptionCopyright © 2003–2014 University of Michigan. All rights reserved.