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

>


Examples:


Copyright 2007 Oracle All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-2.0/