Interface ServerClasspathContributor
public interface ServerClasspathContributor
A ServerClasspathContributor provides a list of bundles that should be considered to be on
the jetty server classpath.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceAdd and remove bundles from the jetty server classpath.static interfaceMarker interface for bundle activators that want to contribute to the jetty server classpath. -
Method Summary
Modifier and TypeMethodDescriptionList<org.osgi.framework.Bundle> Get bundles that should be on the Server classpath, and should be scanned for annotations/tlds/resources etc
-
Method Details
-
getScannableBundles
List<org.osgi.framework.Bundle> getScannableBundles()Get bundles that should be on the Server classpath, and should be scanned for annotations/tlds/resources etc- Returns:
- list of Bundles to be scanned and put on server classpath
-