Package jakarta.faces.render
Annotation Type FacesRenderer
-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionThe value of this annotation attribute is taken to be the component-family which, in combination withrendererType()
can be used to obtain a reference to an instance of thisRenderer
by callingRenderKit.getRenderer(java.lang.String, java.lang.String)
.The value of this annotation attribute is taken to be the renderer-type which, in combination withcomponentFamily()
can be used to obtain a reference to an instance of thisRenderer
by callingRenderKit.getRenderer(java.lang.String, java.lang.String)
. -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionThe value of this annotation attribute is taken to be the render-kit-id in which an instance of this class ofRenderer
must be installed.
-
Element Details
-
componentFamily
String componentFamilyThe value of this annotation attribute is taken to be the component-family which, in combination withrendererType()
can be used to obtain a reference to an instance of thisRenderer
by callingRenderKit.getRenderer(java.lang.String, java.lang.String)
. -
rendererType
String rendererTypeThe value of this annotation attribute is taken to be the renderer-type which, in combination withcomponentFamily()
can be used to obtain a reference to an instance of thisRenderer
by callingRenderKit.getRenderer(java.lang.String, java.lang.String)
.
-
-