|
RichFaces CDK Annotations 4.1.0.20111101-M4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=SOURCE) public @interface Tag
Defines Faces VDL ( Facelets,JSP )tag.
| 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. |
public abstract String name
Name of the JSF tag that creates target component.
public abstract TagType type
Defines target View Description Language: JSP, Facelets, or both.
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.
public abstract String baseClass
Base class for generated tag handler. Default value depends from type() attribute value.
public abstract boolean generate
Flag indicates that special tag handler should be generated.
|
RichFaces CDK Annotations 4.1.0.20111101-M4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||