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

  




 

 

StandardMetaDataFiles

Identifier:
org.eclipse.jst.jsf.common.StandardMetaDataFiles

Since:
2.0

Description:
Defines a file of metadata for a given URI in "standard" form loadable by org.eclipse.jst.jsf.common.metadata model

This extension point is provisional and subject to change

Configuration Markup:

<!ELEMENT extension ( standardMetaDataFile+)>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED

>


<!ELEMENT standardMetaDataFile EMPTY>

<!ATTLIST standardMetaDataFile

uri      CDATA #REQUIRED

location CDATA #REQUIRED

locator  CDATA #IMPLIED

>

Mapping of a namespace URI to an XML file loadable by a standard metadata EMF model defined by https://org.eclipse.jst.jsf.common.metadata/metadata.ecore. See org.eclipse.jst.jsf.standard.tagsupport plugin and the /metadata/jsf_core.xml file.


  • uri - Content model URI being annotated. eg. "https://java.sun.com/jsf/core". This can, of course, be any string that the consumer wishes to use as a key.
  • location - Location of the annotation file. If no locator is provided, it will use the default PluginRelativeStandardMetaDataSourceFileLocator which will find the file in a location relative to the plugin. eg. /metadata/jsf_core.xml
  • locator - Class extending org.eclipse.jst.jsf.common.metadata.internal.StandardMetaDataSourceFileLocator that will be used to locate the standard metadata file.

Examples:


Copyright 2007 Oracle 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


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