Package | Description |
---|---|
com.sun.jersey.guice.spi.container.servlet |
Provides support for Guice-based Web applications.
|
com.sun.jersey.server.impl.cdi | |
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.
|
Modifier and Type | Method and Description |
---|---|
protected ResourceConfig |
GuiceContainer.getDefaultResourceConfig(Map<String,Object> props,
WebConfig webConfig) |
Modifier and Type | Method and Description |
---|---|
static void |
CDIComponentProviderFactoryInitializer.initialize(WebConfig wc,
ResourceConfig rc,
WebApplication wa) |
Modifier and Type | Class and Description |
---|---|
class |
WebFilterConfig
A filter based web config.
|
class |
WebServletConfig
A servlet based web config.
|
Modifier and Type | Method and Description |
---|---|
WebConfig |
WebComponent.getWebConfig()
Get the Web configuration.
|
protected WebConfig |
ServletContainer.getWebConfig()
Get the Web configuration.
|
Modifier and Type | Method and Description |
---|---|
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 ResourceConfig |
WebComponent.getDefaultResourceConfig(Map<String,Object> props,
WebConfig wc)
Get the default resource configuration if one is not declared in the
web.xml.
|
protected ResourceConfig |
ServletContainer.getDefaultResourceConfig(Map<String,Object> props,
WebConfig wc)
Get the default resource configuration if one is not declared in the
web.xml.
|
void |
WebComponent.init(WebConfig webConfig)
Initiate the Web component.
|
protected void |
ServletContainer.init(WebConfig webConfig)
Initiate the Web component.
|
Modifier and Type | Method and Description |
---|---|
protected ResourceConfig |
SpringServlet.getDefaultResourceConfig(Map<String,Object> props,
WebConfig webConfig) |
Copyright © 2013 Oracle Corporation. All rights reserved.