Interface ServerClasspathContributor

All Known Implementing Classes:
TLDServerClasspathContributor

public interface ServerClasspathContributor
  • 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