public class DataLineRenderer extends Renderer
Description:
Render a iterated data like a dataTable but without the table.
Based on example code by from the O'Reilley JSF book.
Copyright: Copyright (c) 2004
Organization: Sakai Project
| Constructor and Description |
|---|
DataLineRenderer() |
| Modifier and Type | Method and Description |
|---|---|
void |
encodeBegin(FacesContext context,
UIComponent component)
no-op
|
void |
encodeChildren(FacesContext context,
UIComponent component)
We put all our processing in the encodeChildren method
|
void |
encodeEnd(FacesContext context,
UIComponent component)
no-op
|
boolean |
getRendersChildren()
This component renders its children
|
boolean |
supportsComponentType(UIComponent component)
This is an output type component.
|
convertClientId, decode, getConvertedValuepublic boolean getRendersChildren()
getRendersChildren in class Rendererpublic boolean supportsComponentType(UIComponent component)
component - public void encodeBegin(FacesContext context, UIComponent component) throws IOException
encodeBegin in class Renderercontext - component - IOExceptionpublic 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 Renderercontext - component - IOExceptionCopyright © 2003–2017 University of Michigan. All rights reserved.