Package jakarta.faces.render
Annotation Type FacesBehaviorRenderer
- Since:
- 2.0
-
Required Element Summary
Required 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 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
-
rendererType
String 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 thisRenderer
by callingRenderKit.getRenderer(java.lang.String, java.lang.String)
.
-
-