Uses of Interface
org.glassfish.jersey.servlet.WebConfig
-
Packages that use WebConfig Package Description org.glassfish.jersey.servlet Jersey generic Servlet container integration classes. -
-
Uses of WebConfig in org.glassfish.jersey.servlet
Classes in org.glassfish.jersey.servlet that implement WebConfig Modifier and Type Class Description class
WebFilterConfig
A filter based web config.class
WebServletConfig
A servlet based web config.Fields in org.glassfish.jersey.servlet declared as WebConfig Modifier and Type Field Description (package private) WebConfig
WebComponent. webConfig
Web component configuration.Methods in org.glassfish.jersey.servlet with parameters of type WebConfig Modifier and Type Method Description private static ResourceConfig
WebComponent. createResourceConfig(WebConfig config)
Create aResourceConfig
instance from givenWebConfig
.private static java.util.Map<java.lang.String,java.lang.Object>
WebComponent. getInitParams(WebConfig webConfig)
Extract init params fromWebConfig
.protected void
ServletContainer. init(WebConfig webConfig)
Initiate the Web component.Constructors in org.glassfish.jersey.servlet with parameters of type WebConfig Constructor Description WebComponent(WebConfig webConfig, ResourceConfig resourceConfig)
Create and initialize new web component instance.
-