| Package | Description |
|---|---|
| com.sun.jersey.api.core |
Provides support for configuration.
|
| com.sun.jersey.spi.container |
Provides support for containers and the web application that manages
resource classes.
|
| Modifier and Type | Class and Description |
|---|---|
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 scanning to find root resource
and provider classes.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ContainerListener
A listener that is registered with a
ContainerNotifier to get
notified of container related events. |
Copyright © 2016 Oracle Corporation. All Rights Reserved.