Uses of Interface
org.eclipse.jetty.osgi.boot.utils.TldBundleDiscoverer
-
Packages that use TldBundleDiscoverer Package Description org.eclipse.jetty.osgi.boot.internal.serverfactory org.eclipse.jetty.osgi.boot.jasper -
-
Uses of TldBundleDiscoverer in org.eclipse.jetty.osgi.boot.internal.serverfactory
Methods in org.eclipse.jetty.osgi.boot.internal.serverfactory that return types with arguments of type TldBundleDiscoverer Modifier and Type Method Description static java.util.Collection<TldBundleDiscoverer>
ServerInstanceWrapper. getContainerTldBundleDiscoverers()
Methods in org.eclipse.jetty.osgi.boot.internal.serverfactory with parameters of type TldBundleDiscoverer Modifier and Type Method Description static void
ServerInstanceWrapper. addContainerTldBundleDiscoverer(TldBundleDiscoverer tldBundleDiscoverer)
-
Uses of TldBundleDiscoverer in org.eclipse.jetty.osgi.boot.jasper
Classes in org.eclipse.jetty.osgi.boot.jasper that implement TldBundleDiscoverer Modifier and Type Class Description class
ContainerTldBundleDiscoverer
ContainerTldBundleDiscoverer Finds bundles that are considered as on the container classpath that contain tlds.class
JSTLBundleDiscoverer
JSTLBundleDiscoverer Fix various shortcomings with the way jasper parses the tld files.
-