|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WebConfig | |
---|---|
com.sun.jersey.spi.container.servlet | Provides support for servlet-based and filter-based Web applications. |
Uses of WebConfig in com.sun.jersey.spi.container.servlet |
---|
Classes in com.sun.jersey.spi.container.servlet that implement WebConfig | |
---|---|
class |
WebFilterConfig
A filter based web config. |
class |
WebServletConfig
A servlet based web config. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |