This extension point is provisional and subject to change
<!ELEMENT extension (attributeValueRuntimeType+)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT attributeValueRuntimeType EMPTY>
<!ATTLIST attributeValueRuntimeType
id CDATA #REQUIRED
class CDATA #IMPLIED>
The MetaDataEnabledRuntimeTypeProcessing framework will use the value found on the attribute-value-runtime-value property of a cm-attribute annoation to bind to a class that implements the type. That type may be able to provide processing for ContentAssist, Validation, Quick Fix/Quick Assist, or other context sensitive operations.
org.eclipse.jst.jsf.metadataprocessors.IMetaDataEnabledFeature
and it is recommended that the user extend the org.eclipse.jst.jsf.metadataprocessors.AbstractRootTypeDescriptor
or one of its subclasses.
Copyright (c) 2006 Oracle Corporation.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html
Contributors:
Gerry Kessler/Oracle - initial API and implementation