Package jakarta.faces.render
Annotation Type FacesRenderer
- 
 @Target(TYPE) @Retention(RUNTIME) @Inherited public @interface FacesRenderer 
- 
- 
Required Element SummaryRequired Elements Modifier and Type Required Element Description StringcomponentFamilyThe 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 thisRendererby callingRenderKit.getRenderer(java.lang.String, java.lang.String).StringrendererTypeThe 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 thisRendererby callingRenderKit.getRenderer(java.lang.String, java.lang.String).
 - 
Optional Element SummaryOptional Elements Modifier and Type Optional Element Description StringrenderKitIdThe value of this annotation attribute is taken to be the render-kit-id in which an instance of this class ofRenderermust be installed.
 
- 
- 
- 
Element Detail- 
componentFamilyString componentFamily The 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 thisRendererby callingRenderKit.getRenderer(java.lang.String, java.lang.String).
 
- 
 - 
- 
rendererTypeString rendererType 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 thisRendererby callingRenderKit.getRenderer(java.lang.String, java.lang.String).
 
- 
 
-