Package | Description |
---|---|
com.sun.jersey.guice | |
com.sun.jersey.guice.spi.container.servlet |
Provides support for Guice-based Web applications.
|
com.sun.jersey.server.impl.application | |
com.sun.jersey.server.impl.cdi | |
com.sun.jersey.server.impl.container | |
com.sun.jersey.server.impl.container.grizzly2 | |
com.sun.jersey.server.impl.container.httpserver | |
com.sun.jersey.server.impl.container.servlet | |
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.
|
com.sun.jersey.spi.spring.container.servlet |
Provides support for Spring-based Web applications.
|
com.sun.jersey.test.framework.impl.container.inmemory |
Modifier and Type | Method and Description |
---|---|
WebApplication |
JerseyServletModule.webApp(GuiceContainer guiceContainer) |
Modifier and Type | Method and Description |
---|---|
ExceptionMapperContext |
JerseyServletModule.exceptionMapperContext(WebApplication webApplication) |
ExtendedUriInfo |
JerseyServletModule.extendedUriInfo(WebApplication wa) |
FeaturesAndProperties |
JerseyServletModule.featuresAndProperties(WebApplication webApplication) |
HttpContext |
JerseyServletModule.httpContext(WebApplication webApplication) |
javax.ws.rs.core.HttpHeaders |
JerseyServletModule.httpHeaders(WebApplication wa) |
MessageBodyWorkers |
JerseyServletModule.messageBodyWorkers(WebApplication webApplication) |
javax.ws.rs.ext.Providers |
JerseyServletModule.providers(WebApplication webApplication) |
javax.ws.rs.core.Request |
JerseyServletModule.request(WebApplication wa) |
HttpRequestContext |
JerseyServletModule.requestContext(WebApplication wa) |
ResourceContext |
JerseyServletModule.resourceContext(WebApplication webApplication) |
HttpResponseContext |
JerseyServletModule.responseContext(WebApplication wa) |
javax.ws.rs.core.SecurityContext |
JerseyServletModule.securityContext(WebApplication wa) |
javax.ws.rs.core.UriInfo |
JerseyServletModule.uriInfo(WebApplication wa) |
Modifier and Type | Method and Description |
---|---|
WebApplication |
GuiceContainer.getWebApplication() |
Modifier and Type | Method and Description |
---|---|
protected void |
GuiceContainer.initiate(ResourceConfig config,
WebApplication webapp) |
Modifier and Type | Class and Description |
---|---|
class |
WebApplicationImpl
A Web application that contains a set of resources, each referenced by
an absolute URI template.
|
Modifier and Type | Method and Description |
---|---|
WebApplication |
WebApplicationImpl.clone() |
Modifier and Type | Method and Description |
---|---|
static void |
CDIComponentProviderFactoryInitializer.initialize(WebConfig wc,
ResourceConfig rc,
WebApplication wa) |
Constructor and Description |
---|
CDIComponentProviderFactory(Object bm,
ResourceConfig rc,
WebApplication wa) |
Modifier and Type | Method and Description |
---|---|
WebApplication |
WebApplicationProviderImpl.createWebApplication() |
Modifier and Type | Method and Description |
---|---|
GrizzlyContainer |
GrizzlyContainerProvider.createContainer(Class<org.glassfish.grizzly.http.server.HttpHandler> type,
ResourceConfig resourceConfig,
WebApplication application)
Create an container of type T.
|
Modifier and Type | Method and Description |
---|---|
com.sun.net.httpserver.HttpHandler |
HttpHandlerContainerProvider.createContainer(Class<com.sun.net.httpserver.HttpHandler> type,
ResourceConfig resourceConfig,
WebApplication application) |
Constructor and Description |
---|
HttpHandlerContainer(WebApplication app) |
Modifier and Type | Method and Description |
---|---|
protected void |
ServletAdaptor.configure(javax.servlet.ServletConfig servletConfig,
ResourceConfig rc,
WebApplication wa) |
Modifier and Type | Method and Description |
---|---|
WebApplication |
WebApplication.clone()
Clone the WebApplication instance.
|
static WebApplication |
WebApplicationFactory.createWebApplication()
Create a Web application instance.
|
WebApplication |
WebApplicationProvider.createWebApplication()
Instantiate a new
WebApplication . |
Modifier and Type | Method and Description |
---|---|
T |
ContainerProvider.createContainer(Class<T> type,
ResourceConfig resourceConfig,
WebApplication application)
Create an container of type T.
|
Constructor and Description |
---|
ContainerRequest(WebApplication wa,
String method,
URI baseUri,
URI requestUri,
InBoundHeaders headers,
InputStream entity)
Create a new container request.
|
ContainerResponse(WebApplication wa,
ContainerRequest request,
ContainerResponseWriter responseWriter)
Instantiate a new ContainerResponse.
|
Modifier and Type | Method and Description |
---|---|
protected WebApplication |
WebComponent.create()
Create a new instance of a
WebApplication . |
protected WebApplication |
ServletContainer.create()
Create a new instance of a
WebApplication . |
Modifier and Type | Method and Description |
---|---|
protected void |
ServletContainer.configure(javax.servlet.FilterConfig fc,
ResourceConfig rc,
WebApplication wa)
Configure the
ResourceConfig for a Filter. |
protected void |
ServletContainer.configure(javax.servlet.ServletConfig sc,
ResourceConfig rc,
WebApplication wa)
Configure the
ResourceConfig for a Servlet. |
protected void |
WebComponent.configure(WebConfig wc,
ResourceConfig rc,
WebApplication wa)
Configure the
ResourceConfig . |
protected void |
ServletContainer.configure(WebConfig wc,
ResourceConfig rc,
WebApplication wa)
Configure the
ResourceConfig . |
protected ContainerRequest |
WebComponent.createRequest(WebApplication app,
javax.servlet.http.HttpServletRequest request,
URI baseUri,
URI requestUri)
Extension point for creating your custom container request.
|
protected void |
WebComponent.initiate(ResourceConfig rc,
WebApplication wa)
Initiate the
WebApplication . |
protected void |
ServletContainer.initiate(ResourceConfig rc,
WebApplication wa)
Initiate the
WebApplication . |
Modifier and Type | Method and Description |
---|---|
protected void |
SpringServlet.initiate(ResourceConfig rc,
WebApplication wa) |
Constructor and Description |
---|
TestResourceClientHandler(URI baseUri,
WebApplication w) |
Copyright © 2013 Oracle Corporation. All rights reserved.