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