Uses of Interface
org.glassfish.jersey.servlet.WebConfig
Packages that use WebConfig
Package
Description
Jersey generic Servlet container integration classes.
-
Uses of WebConfig in org.glassfish.jersey.servlet
Classes in org.glassfish.jersey.servlet that implement WebConfigModifier and TypeClassDescriptionfinal classA filter based web config.final classA servlet based web config.Methods in org.glassfish.jersey.servlet with parameters of type WebConfigModifier and TypeMethodDescriptionprotected voidInitiate the Web component.Constructors in org.glassfish.jersey.servlet with parameters of type WebConfigModifierConstructorDescriptionWebComponent(WebConfig webConfig, ResourceConfig resourceConfig) Create and initialize new web component instance.