|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Documented @Target(value=TYPE) @Retention(value=SOURCE) public @interface JSFFaceletTags
Define a set of tags that uses the tag handler class annotated.
In jsp, each tag (read it as component/converter/validator/tag) has one specific tag file that only works for. But in facelets, one tag handler could take care of multiple tags.
This tag is used to group several JSFFaceletTag definitions and indicate that the tag handler annotated by this annotations handle the selected tags.
This annotation should only be used in jsf 2.0 libraries.
Required Element Summary | |
---|---|
JSFFaceletTag[] |
tags
Array of JSFFaceletTags to be defined. |
Element Detail |
---|
public abstract JSFFaceletTag[] tags
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |