MetaData Enabled Features

org.eclipse.jst.jsf.metadataprocessors.MetaDataEnabledFeatures

WTP 1.5

Defines a mapping between a runtime type defined by a different plugin and an implementing class in the extenders plugin. This allows a provider to provide additional processing on an element or attribute instance that can be in addition to existing processing or a means to provide a new kind of processing of existing runtime types.

<!ELEMENT extension (MetaDataEnabledFeature+)>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED>


<!ELEMENT MetaDataEnabledFeature EMPTY>

<!ATTLIST MetaDataEnabledFeature

typeid CDATA #REQUIRED

class  CDATA #REQUIRED>

mapping between an different extenders runtime type id, and a processing class from the extenders plugin