| org.theospi.jsf.renderer.XHeaderTitleRenderer
XHeaderTitleRenderer | public class XHeaderTitleRenderer extends Renderer (Code) | | |
encodeBegin | public void encodeBegin(FacesContext context, UIComponent inComponent) throws IOException(Code) | | |
encodeEnd | public void encodeEnd(FacesContext context, UIComponent component) throws IOException(Code) | | Parameters: context - FacesContext for the request we are processing Parameters: component - UIComponent to be rendered exception: IOException - if an input/output error occurs while rendering exception: NullPointerException - if context or component is null |
getRendersChildren | public boolean getRendersChildren()(Code) | | This component renders its children
true |
supportsComponentType | public boolean supportsComponentType(UIComponent component)(Code) | | |
|
|