How to findout component-family and renderer-type of a JSF component
How can I findout the component-family and the (default) renderer-type of a JSF component? These information are necessary when (overriding custom renderers) using the following annotation: @FacesRenderer(componentFamily="",rendererType="") I Googled, went throughed the JSF specification and Ed Burn's book, but couldn't find what I wanted. Programmatically, you could find them out by just printing UIComponent#getFamily() and UIComponent#getRendererType() . Documentary, you could find them out by just looking in the javadoc of the component implementation. For example, <h:inputText> is