External Context

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

Since:
1.5

Description:
Contributes a new factory to create IDTExternalContext's. The id can then be set on a project to indicate that this factory should be used by DTFacesContext whenever an IDTExternalContext is requested.

Configuration Markup:

<!ELEMENT extension (externalcontext)>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED

>


<!ELEMENT externalcontext EMPTY>

<!ATTLIST externalcontext

id    CDATA #REQUIRED

class CDATA #REQUIRED

>


Examples:
[Enter extension point usage example here.]


Copyright 2006 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/