Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

Eclipse JavaServer Faces Tooling Development Guide
Previous Page Home Next Page



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.
 

Class Summary
AbstractMetaDataEnabledFeature Simple abstract class that implementers of IMetaDataEnabledFeature can subclass in the TagLibDomain of metadata Provisional API - subject to change*
AbstractRootTypeDescriptor Default implementation that a metadata type should strongly consider for using as it's root.
DefaultTypeDescriptor Type descriptor that is created if no class if provided for the implementation in the AttributeValueRuntimeTypes extension point.
MetaDataContext The current meta data model context being used for processing.
MetaDataEnabledProcessingFactory Singleton class that will produce IMetaDataEnabledFeatures that the caller can use for processing.
TaglibMetadataContext Deprecated. - should not have been public, and no reason anyone should be using this class
 

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




 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire