Uses of Interface
com.sun.jersey.core.spi.scanning.Scanner

Packages that use Scanner
com.sun.jersey.api.core Provides support for configuration. 
com.sun.jersey.core.spi.scanning Provides support for class scanning. 
com.sun.jersey.spi.scanning.servlet   
 

Uses of Scanner in com.sun.jersey.api.core
 

Methods in com.sun.jersey.api.core with parameters of type Scanner
 void ScanningResourceConfig.init(Scanner scanner)
          Initialize and scan for root resource and provider classes using a scanner.
 

Uses of Scanner in com.sun.jersey.core.spi.scanning
 

Classes in com.sun.jersey.core.spi.scanning that implement Scanner
 class FilesScanner
          A scanner that recursively scans directories and jar files.
 class PackageNamesScanner
          A scanner that recursively scans URI-based resources present in a set of package names, and sub-package names of that set.
 

Uses of Scanner in com.sun.jersey.spi.scanning.servlet
 

Classes in com.sun.jersey.spi.scanning.servlet that implement Scanner
 class WebAppResourcesScanner
          A scanner that recursively scans resources within a Web application.
 



Copyright © 2014 Oracle Corporation. All Rights Reserved.