| org.sakaiproject.jsf.renderer.ToolBarRenderer
ToolBarRenderer | public class ToolBarRenderer extends Renderer (Code) | | This does not render children, but can deal with children by surrounding them in a comment.
|
encodeBegin | public void encodeBegin(FacesContext context, UIComponent component) throws IOException(Code) | | |
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) | | |
getRendersChildren | public boolean getRendersChildren()(Code) | | This component renders its children
true |
supportsComponentType | public boolean supportsComponentType(UIComponent component)(Code) | | |
|
|