org.richfaces.cdk.annotations
Annotation Type JsfRenderer


@Retention(value=SOURCE)
@Target(value=TYPE)
public @interface JsfRenderer

The presence of this annotation in the JSF component class associated particular renderer with component.

Author:
asmirnov@exadel.com

Optional Element Summary
 Description description
           
 String family
          

Renderer Family

 String generate
          

Name of generated renderer class.

 String renderKitId
          

RenderKit for which this renderer is belong to

 String template
           
 String type
          

The value of this annotation attribute is taken to be JSF renderer-type.

 

type

public abstract String type

The value of this annotation attribute is taken to be JSF renderer-type. If this value was empty, component type will be inferred from by the CDK.

Returns:
JSF renderer-type.
Default:
""

family

public abstract String family

Renderer Family

Returns:
Default:
""

generate

public abstract String generate

Name of generated renderer class.

Returns:
Default:
""

renderKitId

public abstract String renderKitId

RenderKit for which this renderer is belong to

Returns:
Default:
"HTML_BASIC"

template

public abstract String template
Default:
""

description

public abstract Description description
Default:
@org.richfaces.cdk.annotations.Description


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.