org.richfaces.cdk.annotations
Annotation Type Tag


@Retention(value=SOURCE)
public @interface Tag

Author:
asmirnov@exadel.com

Optional Element Summary
 String baseClass
           
 boolean generate
           
 String handler
           
 String name
          

Name of the JSF tag that creates target component.

 TagType type
           
 

name

public abstract String name

Name of the JSF tag that creates target component.

Returns:
tag name.
Default:
""

type

public abstract TagType type
Default:
org.richfaces.cdk.annotations.TagType.Facelets

handler

public abstract String handler
Default:
""

baseClass

public abstract String baseClass
Default:
""

generate

public abstract boolean generate
Default:
false


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