MetaData Enabled Features

org.eclipse.jst.jsf.core.MetaDataEnabledFeatures

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.

This extension point is provisional and subject to change

<!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