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
           
 java.lang.String family
          

Renderer Family

 java.lang.String renderKitId
          

RenderKit for which this renderer is belong to

 java.lang.String template
           
 java.lang.String type
          

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

 

type

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

Renderer Family

Returns:
Default:
""

renderKitId

public abstract java.lang.String renderKitId

RenderKit for which this renderer is belong to

Returns:
Default:
"HTML_BASIC"

template

public abstract java.lang.String template
Default:
""

description

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


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