Package jakarta.faces.render
Annotation Type FacesBehaviorRenderer
- Since:
- 2.0
- 
Required Element SummaryRequired ElementsModifier and TypeRequired ElementDescriptionThe value of this annotation attribute is taken to be the renderer-type which, in combination with componentFamily can be used to obtain a reference to an instance of thisRendererby callingRenderKit.getRenderer(java.lang.String, java.lang.String).
- 
Optional Element SummaryOptional ElementsModifier and TypeOptional ElementDescriptionThe value of this annotation attribute is taken to be the render-kit-id in which an instance of this class ofRenderermust be installed.
- 
Element Details- 
rendererTypeString rendererTypeThe value of this annotation attribute is taken to be the renderer-type which, in combination with componentFamily can be used to obtain a reference to an instance of thisRendererby callingRenderKit.getRenderer(java.lang.String, java.lang.String).
 
- 
-