Uses of Interface
com.sun.jersey.spi.container.servlet.WebConfig

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
protected  WebConfig ServletContainer.getWebConfig()
          Get the Web configuration.
 WebConfig WebComponent.getWebConfig()
          Get the Web configuration.
 

Methods in com.sun.jersey.spi.container.servlet with parameters of type WebConfig
protected  void ServletContainer.configure(WebConfig wc, ResourceConfig rc, WebApplication wa)
          Configure the ResourceConfig.
protected  void WebComponent.configure(WebConfig wc, ResourceConfig rc, WebApplication wa)
          Configure the ResourceConfig.
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.
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  void ServletContainer.init(WebConfig webConfig)
          Initiate the Web component.
 void WebComponent.init(WebConfig webConfig)
          Initiate the Web component.
 



Copyright © 2014 Oracle Corporation. All Rights Reserved.