<!ELEMENT extension (contextSymbolFactory)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT contextSymbolFactory EMPTY>
<!ATTLIST contextSymbolFactory
factory CDATA #REQUIRED
factoryId CDATA #REQUIRED>
The context symbol factory description.
The following example creates a symbol factory for creating symbols.
<extension point=
"org.eclipse.jst.jsf.context.symbol.contextSymbolFactory"
>
<contextSymbolFactory factory=
"org.eclipse.jst.jsf.designtime.internal.jsp.JSPDefaultSymbolFactory"
factoryId=
"org.eclipse.jst.jsf.designtime.core.loadBundle"
/>
</extension>
When the symbol factory org.eclipse.jst.jsf.designtime.core.loadBundle is requested, an instance of JSPDefaultSymbolFactory will be constructed.
Copyright 2006 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 http://www.eclipse.org/legal/epl-v10.html