Package | Description |
---|---|
com.sun.jersey.server.impl.application | |
com.sun.jersey.server.impl.model | |
com.sun.jersey.server.impl.monitoring |
Provides support GlassFish monitoring.
|
com.sun.jersey.server.impl.uri.rules | |
com.sun.jersey.spi.container |
Provides support for containers and the web application that manages
resource classes.
|
com.sun.jersey.spi.monitoring |
Modifier and Type | Method and Description |
---|---|
DispatchingListener |
WebApplicationImpl.getDispatchingListener() |
Constructor and Description |
---|
ResourceUriRules(ResourceConfig resourceConfig,
ResourceMethodDispatchProvider dp,
ServerInjectableProviderContext injectableContext,
FilterFactory ff,
WadlFactory wadlFactory,
DispatchingListener dispatchingListener,
AbstractResource resource) |
Modifier and Type | Method and Description |
---|---|
static DispatchingListener |
MonitoringProviderFactory.createDispatchingListener(ProviderServices providerServices) |
Constructor and Description |
---|
HttpMethodRule(Map<String,List<ResourceMethod>> methods,
boolean isSubResource,
DispatchingListener dispatchingListener) |
HttpMethodRule(Map<String,List<ResourceMethod>> methods,
DispatchingListener dispatchingListener) |
SubLocatorRule(UriTemplate template,
List<Injectable> is,
List<ContainerRequestFilter> requestFilters,
List<ContainerResponseFilter> responseFilters,
DispatchingListener dispatchingListener,
AbstractSubResourceLocator locator) |
Modifier and Type | Method and Description |
---|---|
DispatchingListener |
WebApplication.getDispatchingListener()
Get an instance of
DispatchingListener that should be
used to monitor request processing. |
Modifier and Type | Method and Description |
---|---|
DispatchingListener |
DispatchingListenerAdapter.adapt(DispatchingListener dispatchingListener)
Adapt a
DispatchingListener . |
Modifier and Type | Method and Description |
---|---|
DispatchingListener |
DispatchingListenerAdapter.adapt(DispatchingListener dispatchingListener)
Adapt a
DispatchingListener . |
Copyright © 2013 Oracle Corporation. All rights reserved.