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

  




 

 

MetaData Enabled Features

Identifier:
org.eclipse.jst.jsf.core.MetaDataEnabledFeatures

Since:
1.5

Description:
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

Configuration Markup:

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


  • typeid - Fully qualified runtime type id
  • class - Fully qualified implementing class that must implement org.eclipse.jst.jsf.metadataprocessors.IMetaDataEnabledFeature.


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 https://www.eclipse.org/legal/epl-v10.html Contributors: Gerry Kessler/Oracle - initial API and implementation


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