|
Annotation Types Summary |
| JSFComponent |
This annotation identifies a class as being a JSF component, an ancestor of
one, or a template for one. |
| JSFConverter |
Used to define a jsf converter. |
| JSFExclude |
Indicate that this code must be excluded from copying when generation using a
template package scoped class is used. |
| JSFFaceletAttribute |
Define a facelet tag attribute. |
| JSFFaceletAttributes |
Define a set of properties used to group several definitions
of JSFFaceletAttribute annotations. |
| JSFFaceletTag |
Used to define a jsf facelet tag handler. |
| JSFFaceletTags |
Define a set of tags that uses the tag handler class annotated. |
| JSFFacet |
Indicate that this method is a facet method. |
| JSFJspAttribute |
Define a tag attribute. |
| JSFJspProperties |
Define a set of properties used to group several definitions
of JSFJspProperty annotations. |
| JSFJspProperty |
Defines a logical property of a component that is accessed via the
component's Attributes map, rather than javaBean getter/setter methods. |
| JSFJspTag |
Used to define a jsf tag that does not fall in a category like converter, validator
or component. |
| JSFListener |
|
| JSFProperty |
Define that this getter or setter method define a property. |
| JSFRenderer |
Indicate that this class is a Renderer. |
| JSFRenderers |
Define a set of renderers used to group several definitions
of JSFRenderer annotations. |
| JSFRenderKit |
The renderKitId that identifies this RenderKit. |
| JSFValidator |
Used to define a jsf validator. |
| JSFWebConfigParam |
Used to define a param configured in web.xml file. |