Skip navigation links

Package org.ops4j.pax.web.service.spi.context

This package provides various implementations of HttpContext and WebContainerContext to be used in: Http Service implementation in pax-web-runtime bundle Whiteboard Service implementation in pax-web-extender-whiteboard bundle

See: Description

Package org.ops4j.pax.web.service.spi.context Description

This package provides various implementations of HttpContext and WebContainerContext to be used in:

Unique implementations are wrappers for existing instances of WebContainerContext and MultiBundleWebContainerContext because Http Service specification says that HttpService.createDefaultHttpContext() returns new instance on each call, however we don't want these new instances to refer to different internal representations of the contexts.

Skip navigation links

Copyright © 2006–2024 OPS4J - Open Participation Software for Java. All rights reserved.