| org.theospi.jsf.renderer.XHeaderRenderer
XHeaderRenderer | public class XHeaderRenderer extends Renderer (Code) | | |
kHasRenderedJSAttribute | final protected static String kHasRenderedJSAttribute(Code) | | |
encodeChildren | public void encodeChildren(FacesContext context, UIComponent inComponent) throws IOException(Code) | | This class renders its own children and this is the function to do just that
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 |
getRendersChildren | public boolean getRendersChildren()(Code) | | This class renders its own children
Parameters: context - Parameters: component - throws: IOException - |
supportsComponentType | public boolean supportsComponentType(UIComponent component)(Code) | | |
|
|