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
 

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 © 2009 Sun Microsystems, Inc. All Rights Reserved.