Uses of Interface
org.glassfish.jersey.servlet.WebConfig

Uses of WebConfig in org.glassfish.jersey.servlet
 

Classes in org.glassfish.jersey.servlet that implement WebConfig
 class WebFilterConfig
          A filter based web config.
 class WebServletConfig
          A servlet based web config.
 

Methods in org.glassfish.jersey.servlet with parameters of type WebConfig
protected  ResourceConfig WebComponent.getDefaultResourceConfig(Map<String,Object> props, WebConfig wc, org.glassfish.hk2.Module... modules)
          Get the default resource configuration if one is not declared in the web.xml.
protected  void ServletContainer.init(WebConfig webConfig)
          Initiate the Web component.
 

Constructors in org.glassfish.jersey.servlet with parameters of type WebConfig
WebComponent(WebConfig webConfig)
           
 



Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.