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

  




 

 

AttributeValueRuntimeTypes

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

Since:
1.5

Description:
Defines a mapping between an implementing class and an AttributeValue Runtime type. By categorizing attribute values types in an CMAnnotation file, we can assign types and therefore processing of those types using the CMAnnotation file metadata and context information.

This extension point is provisional and subject to change

Configuration Markup:

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


  • id - unique id for the type within the extending plugin
  • class - Class that will be used to implement the type. It must implement 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.

Examples:
see org.eclipse.jst.jsf.taglibprocessing plugin for examples of usage


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