JSF Tag Library Registry
Identifier:
org.eclipse.jst.jsf.core.tagregistry
Since:
3.0
Description:
Internal. Not for external use.
Configuration Markup:
<!ELEMENT extension (tagRegistry)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED
>
<!ELEMENT tagRegistry (content-type+)>
<!ATTLIST tagRegistry
class CDATA #REQUIRED
id CDATA #REQUIRED
description CDATA #IMPLIED
>
- class - The class implementing the registry. Must extend org.eclipse.jst.jsf.designtime.internal.view.model.AbstractTagRegistry.
- id - An identifier that is unique within the defining plugin for tagRegistries. The id will be prepended with the id of the defining plugin to ensure system uniqueness.
- description - Used as user viewable short name for this tag registry in the tag registry view, preference pages and other UI.
<!ELEMENT content-type EMPTY>
<!ATTLIST content-type
contentTypeId CDATA #REQUIRED
>
- contentTypeId - Content type identifier. This is an ID defined by the 'org.eclipse.core.runtime.contentTypes' extension point.
Examples:
[Enter extension point usage example here.]
API Information:
[Enter API information here.]
Supplied Implementation:
[Enter information about supplied implementation of this extension point.]