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 Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Add and remove bundles from the jetty server classpath.
    static interface 
    Marker interface for bundle activators that want to contribute to the jetty server classpath.
  • Method Summary

    Modifier and Type
    Method
    Description
    List<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