Package org.eclipse.jst.jsf.metadataprocessors
Provides tooling support for taglibraries using the Design-time Metadata
feature (org.eclipse.jst.jsf.common.metadata).
See:
Description
Interface Summary
|
IMetaDataEnabledFeature
|
Required interface used by the MetaData feature processing framework. |
IType
|
Interface representing the information contained by the type registries. |
ITypeDescriptor
|
Interface describing the runtime type of a metadata enabled annotation. |
Package org.eclipse.jst.jsf.metadataprocessors Description
Provides tooling support for taglibraries using the Design-time Metadata
feature (org.eclipse.jst.jsf.common.metadata).
The MetaDataEnabledProcessingFactory singleton instance is the entry point. The tool requests
the IMetaDataEnabled feature for a particular tag attribute, and through metadata, will locate the
"metadata processing" feature using the attribute value runtime type system.
Provisional API - subject to change