Uses of Class
com.sun.jersey.api.core.ScanningResourceConfig

Packages that use ScanningResourceConfig
com.sun.jersey.api.core Provides support for configuration. 
 

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

Subclasses of ScanningResourceConfig in com.sun.jersey.api.core
 class ClasspathResourceConfig
          A mutable implementation of DefaultResourceConfig that dynamically searches for root resource and provider classes in the files and directories declared by the property ClasspathResourceConfig.PROPERTY_CLASSPATH.
 class PackagesResourceConfig
          A mutable implementation of DefaultResourceConfig that dynamically searches for root resource and provider classes in a given a set of declared package and in all (if any) sub-packages of those declared packages.
 class WebAppResourceConfig
          A mutable implementation of DefaultResourceConfig that dynamically searches for root resource and provider classes in the Web application resource paths declared by the property ClasspathResourceConfig.PROPERTY_CLASSPATH.
 



Copyright © 2011 Sun Microsystems, Inc. All Rights Reserved.