Package org.ops4j.pax.web.service
Main Pax Web API package providing:
- extensions to
HttpServicefrom OSGi CMPN Http Service specification - additional interfaces supporting OSGi CMPN Whiteboard specification
-
Interface Summary Interface Description AuthenticatorService MultiBundleWebContainerContext WebContainerContextthat can be shared between different bundles.PaxWebConfig Dedicated interface with constants related to configuration.PaxWebConstants Different constants used across Pax Web but not related to configuration that may be specified usingorg.ops4j.pax.webPID or system/bundle context properties.WebContainer This interface extendsHttpServicedefined in OSGi CMPN R7, chapter 102 "Http Service specification".WebContainerContext HttpContextextension that adds: identity (String ID) toHttpContext(knowing that single bundle using such context is part of the identity) missing resource-access method matchingServletContext.getResourcePaths(String)method. shared flag -
Enum Summary Enum Description WebContainerContext.DefaultContextIds Default context identifiers.