<!ELEMENT extension (variableresolver)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT variableresolver EMPTY>
<!ATTLIST variableresolver
id CDATA #REQUIRED
class CDATA #REQUIRED>
The following example defines a new variable resolver implemented by CustomDTVariableResolver
<extension point=
"org.eclipse.jst.jsf.designtime.variableresolver"
>
<variableresolver class=
"org.eclipse.jst.jsf.dtresolver.test.resolvers.CustomDTVariableResolver"
id=
"org.eclipse.jst.jsf.dtresolver.test.variableresolver1"
/>
</extension>
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