DomainLoadingStrategies
Identifier:
org.eclipse.jst.jsf.common.DomainLoadingStrategies
Since:
2.0
Description:
** Should be considered internal at this time. Subject to change **
Allows for naming domains of metadata and binding to classes that can load sources of metadata into that domain. A domain is a set of entities using jsf.common.metadata model. In initial release, Tag Library domain will be supplied. Tag files, Tags, attributes are the known entities on this domain, as an example.
Configuration Markup:
<!ELEMENT extension (
domainLoader)*>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED
>
<!ELEMENT domainLoader EMPTY>
<!ATTLIST domainLoader
domainId CDATA #REQUIRED
domainLoadingStrategy CDATA #REQUIRED
>
-
domainId - Key used to name this domain.
-
domainLoadingStrategy - Fully qualified java class implementing
org.eclipse.jst.jsf.common.metadata.IDomainLoadingStrategy
that will be used to load an instance of a metadata model.
Implementing class requires a constructor taking the domainID String.
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