Synthax to load an inner class via introspection need to use a dolloar

This commit is contained in:
hmalphettes 2012-07-25 16:03:18 +08:00
parent 884aee31c0
commit 53105a689b
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
<New id="DeploymentManager" class="org.eclipse.jetty.deploy.DeploymentManager"> <New id="DeploymentManager" class="org.eclipse.jetty.deploy.DeploymentManager">
<Set name="useStandardBindings">false</Set> <Set name="useStandardBindings">false</Set>
<Set name="lifeCycleBindings"> <Set name="lifeCycleBindings">
<Array type="org.eclipse.jetty.deploy.AppLifeCycle.Binding"> <Array type="org.eclipse.jetty.deploy.AppLifeCycle$Binding">
<Item> <Item>
<New class="org.eclipse.jetty.osgi.boot.OSGiDeployer"/> <New class="org.eclipse.jetty.osgi.boot.OSGiDeployer"/>
</Item> </Item>
@ -47,7 +47,7 @@
<!-- comma separated list of bundle symbolic names that contain custom tag libraries (*.tld files) --> <!-- comma separated list of bundle symbolic names that contain custom tag libraries (*.tld files) -->
<!-- if those bundles don't exist or can't be loaded no errors or warning will be issued! --> <!-- if those bundles don't exist or can't be loaded no errors or warning will be issued! -->
<!-- This default value plugs in the tld files of the reference implementation of JSF --> <!-- This default value plugs in the tld files of the reference implementation of JSF -->
<!-- <!--
<Set name="tldBundles"><Property name="org.eclipse.jetty.osgi.tldbundles" default="javax.faces.jsf-impl" /></Set> <Set name="tldBundles"><Property name="org.eclipse.jetty.osgi.tldbundles" default="javax.faces.jsf-impl" /></Set>
</New> </New>
</Arg> </Arg>