public class ToolBarRenderer extends Renderer
This does not render children, but can deal with children by surrounding them in a comment.
| Constructor and Description |
|---|
ToolBarRenderer() |
| Modifier and Type | Method and Description |
|---|---|
void |
encodeBegin(FacesContext context,
UIComponent component) |
void |
encodeChildren(FacesContext context,
UIComponent component)
We put all our processing in the encodeChildren method
|
void |
encodeEnd(FacesContext context,
UIComponent component) |
boolean |
getRendersChildren()
This component renders its children
|
boolean |
supportsComponentType(UIComponent component) |
convertClientId, decode, getConvertedValuepublic boolean getRendersChildren()
getRendersChildren in class Rendererpublic boolean supportsComponentType(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 Renderercontext - component - IOExceptionpublic void encodeEnd(FacesContext context, UIComponent component) throws IOException
encodeEnd in class RendererIOExceptionCopyright © 2003–2017 University of Michigan. All rights reserved.