|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ReloadListener | |
---|---|
com.sun.jersey.api.core | Provides support for configuration. |
com.sun.jersey.server.impl.container.grizzly | |
com.sun.jersey.server.impl.container.httpserver | |
com.sun.jersey.simple.impl.container | |
com.sun.jersey.spi.container | Provides support for containers and the web application that manages resource classes. |
com.sun.jersey.spi.container.servlet | Provides support for servlet-based and filter-based Web applications. |
Uses of ReloadListener in com.sun.jersey.api.core |
---|
Classes in com.sun.jersey.api.core that implement ReloadListener | |
---|---|
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. |
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 ReloadListener in com.sun.jersey.server.impl.container.grizzly |
---|
Classes in com.sun.jersey.server.impl.container.grizzly that implement ReloadListener | |
---|---|
class |
GrizzlyContainer
|
Uses of ReloadListener in com.sun.jersey.server.impl.container.httpserver |
---|
Classes in com.sun.jersey.server.impl.container.httpserver that implement ReloadListener | |
---|---|
class |
HttpHandlerContainer
A HttpHandler for a WebApplicationImpl . |
Uses of ReloadListener in com.sun.jersey.simple.impl.container |
---|
Classes in com.sun.jersey.simple.impl.container that implement ReloadListener | |
---|---|
class |
SimpleContainer
This is the container that handles all HTTP requests. |
Uses of ReloadListener in com.sun.jersey.spi.container |
---|
Subinterfaces of ReloadListener in com.sun.jersey.spi.container | |
---|---|
interface |
ContainerListener
A listener that is registered with a ContainerNotifier to get
notified of container related events. |
Uses of ReloadListener in com.sun.jersey.spi.container.servlet |
---|
Classes in com.sun.jersey.spi.container.servlet that implement ReloadListener | |
---|---|
class |
WebComponent
An abstract Web component that may be extended a Servlet and/or Filter implementation, or ecapsulated by a Servlet or Filter implementaton. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |