|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WebConfig | |
---|---|
com.sun.jersey.guice.spi.container.servlet | Provides support for Guice-based Web applications. |
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. |
Uses of WebConfig in com.sun.jersey.guice.spi.container.servlet |
---|
Methods in com.sun.jersey.guice.spi.container.servlet with parameters of type WebConfig | |
---|---|
protected ResourceConfig |
GuiceContainer.getDefaultResourceConfig(java.util.Map<java.lang.String,java.lang.Object> props,
WebConfig webConfig)
|
Uses of WebConfig in com.sun.jersey.spi.container.servlet |
---|
Methods in com.sun.jersey.spi.container.servlet that return WebConfig | |
---|---|
WebConfig |
WebComponent.getWebConfig()
Get the Web configuration. |
protected WebConfig |
ServletContainer.getWebConfig()
Get the Web configuration. |
Methods in com.sun.jersey.spi.container.servlet with parameters of type WebConfig | |
---|---|
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(java.util.Map<java.lang.String,java.lang.Object> props,
WebConfig wc)
Get the default resource configuration if one is not declared in the web.xml. |
protected ResourceConfig |
ServletContainer.getDefaultResourceConfig(java.util.Map<java.lang.String,java.lang.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. |
Uses of WebConfig in com.sun.jersey.spi.spring.container.servlet |
---|
Methods in com.sun.jersey.spi.spring.container.servlet with parameters of type WebConfig | |
---|---|
protected ResourceConfig |
SpringServlet.getDefaultResourceConfig(java.util.Map<java.lang.String,java.lang.Object> props,
WebConfig webConfig)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |