|
Class Summary |
| AttributeMeta |
Store metadata about a attribute of a jsp tag. |
| BehaviorMeta |
Store metadata about a class that is either a JSF Behavior, or some base
class or interface that a Behavior can be derived from. |
| ClassMeta |
Base class for various metadata (model) classes. |
| ClientBehaviorMeta |
|
| ClientBehaviorRendererMeta |
Store metadata about a class that is either a JSF Renderer, or some base
class or interface that a Renderer can be derived from. |
| ComponentMeta |
Store metadata about a JSF UIComponent, or some base
class or interface that a UIComponent can be derived from. |
| ConverterMeta |
Store metadata about a class that is either a JSF Converter, or some base
class or interface that a Converter can be derived from. |
| FaceletTagMeta |
Store metadata about a JSF Facelet Tag Handler, or some base
class or interface that a Tag Handler can be derived from. |
| FacetMeta |
FacetBean is a Java representation of the faces-config component or
renderer facet XML element. |
| ListenerMeta |
|
| MethodSignatureMeta |
MethodSignatureMeta is a Java representation of the faces-config component
property-extension method-signature XML element. |
| Model |
Stores info about all of the jsf artifacts in the system being processed. |
| ModelUtils |
Simple static helper methods. |
| PropertyMeta |
Store metadata about a bean property of a component, converter or other JSF
artifact. |
| RendererMeta |
Store metadata about a class that is either a JSF Renderer, or some base
class or interface that a Renderer can be derived from. |
| RenderKitMeta |
Store metadata about a JSF RenderKit. |
| TagMeta |
Represents metadata about a class that is just a pure JSF Tag class,
with no corresponding JSF component, validator or converter. |
| ValidatorMeta |
Store metadata about a class that is either a JSF Validator, or some base
class or interface that a Validator can be derived from. |
| ViewEntityMeta |
Base class for metadata about any class whose instances can be used in a
JSF view. |
| WebConfigMeta |
|
| WebConfigParamMeta |
|