|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=TYPE) @Retention(value=RUNTIME) @Inherited public @interface FacesRenderer
Required Element Summary | |
---|---|
String |
componentFamily
The value of this annotation attribute is taken to be the component-family which, in combination with rendererType() can be used to obtain a reference to an instance of this Renderer by calling
RenderKit.getRenderer(java.lang.String, java.lang.String) . |
String |
rendererType
The 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 this Renderer by calling
RenderKit.getRenderer(java.lang.String, java.lang.String) . |
Optional Element Summary | |
---|---|
String |
renderKitId
The value of this annotation attribute is taken to be the render-kit-id in which an instance of this class of Renderer must be installed. |
Element Detail |
---|
public abstract String componentFamily
rendererType()
can be used to obtain a reference to an instance of this Renderer
by calling
RenderKit.getRenderer(java.lang.String, java.lang.String)
.
public abstract String rendererType
componentFamily()
can be used to obtain a reference to an instance of this Renderer
by calling
RenderKit.getRenderer(java.lang.String, java.lang.String)
.
public abstract String renderKitId
Renderer
must be installed.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |