javax.faces.render
Annotation Type FacesBehaviorRenderer


@Target(value=TYPE)
@Retention(value=RUNTIME)
@Inherited
public @interface FacesBehaviorRenderer

Since:
2.0
Version:
$Revision: 696523 $ $Date: 2009-03-14 15:49:11 -0400 (mer., 17 sept. 2008) $
Author:
Simon Lessard (latest modification by $Author: slessard $)

Required Element Summary
 java.lang.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
 java.lang.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

rendererType

public abstract java.lang.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).

renderKitId

public abstract java.lang.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.

Default:
"HTML_BASIC"


Copyright © 2010 The Apache Software Foundation. All Rights Reserved.