| org.theospi.jsf.renderer.SeparatedListRenderer
SeparatedListRenderer | public class SeparatedListRenderer extends Renderer (Code) | | |
encodeBegin | public void encodeBegin(FacesContext context, UIComponent component) throws IOException(Code) | | no-op
Parameters: context - Parameters: component - throws: IOException - |
encodeChildren | public void encodeChildren(FacesContext context, UIComponent component) throws IOException(Code) | | We put all our processing in the encodeChildren method
Parameters: context - Parameters: component - throws: IOException - |
encodeEnd | public void encodeEnd(FacesContext context, UIComponent component) throws IOException(Code) | | no-op
Parameters: context - Parameters: component - throws: IOException - |
getRendersChildren | public boolean getRendersChildren()(Code) | | This component renders its children
true |
supportsComponentType | public boolean supportsComponentType(UIComponent component)(Code) | | This is an output type component.
Parameters: component - true if UIOutput |
|
|