RichFaces CDK Annotations 4.1.0.20111101-M4

org.richfaces.cdk.annotations
Annotation Type Tag


@Retention(value=SOURCE)
public @interface Tag

Defines Faces VDL ( Facelets,JSP )tag.

Author:
asmirnov@exadel.com

Optional Element Summary
 String baseClass
          

Base class for generated tag handler.

 boolean generate
          

Flag indicates that special tag handler should be generated.

 String handler
          

Tag handler class.

 String name
          

Name of the JSF tag that creates target component.

 TagType type
          

Defines target View Description Language: JSP, Facelets, or both.

 

name

public abstract String name

Name of the JSF tag that creates target component.

Returns:
tag name.
Default:
""

type

public abstract TagType type

Defines target View Description Language: JSP, Facelets, or both.

Returns:
Default:
org.richfaces.cdk.annotations.TagType.Facelets

handler

public abstract String handler

Tag handler class. Fully qualified class name of the generated or existing tag handler. For TagType.Jsp it's JspTag or, more likely, UIComponentTagBase instance. For facelets, it's TagHandler instance.

Returns:
Default:
""

baseClass

public abstract String baseClass

Base class for generated tag handler. Default value depends from type() attribute value.

Returns:
Default:
""

generate

public abstract boolean generate

Flag indicates that special tag handler should be generated.

Returns:
Default:
false

RichFaces CDK Annotations 4.1.0.20111101-M4

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