|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DefaultResourceConfig | |
---|---|
com.sun.jersey.api.core | Provides support for configuration. |
com.sun.jersey.server.impl.application |
Uses of DefaultResourceConfig in com.sun.jersey.api.core |
---|
Subclasses of DefaultResourceConfig in com.sun.jersey.api.core | |
---|---|
class |
ApplicationAdapter
An extension of DefaultResourceConfig that adapts an instance
of Application . |
class |
ClassNamesResourceConfig
A mutable implementation of DefaultResourceConfig that explicitly
declares for root resource and provider classes. |
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 |
ScanningResourceConfig
A resource configuration that performs scannning to find root resource and provider classes. |
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 . |
Uses of DefaultResourceConfig in com.sun.jersey.server.impl.application |
---|
Subclasses of DefaultResourceConfig in com.sun.jersey.server.impl.application | |
---|---|
class |
DeferredResourceConfig
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |