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
| Class | Description |
|---|---|
| DefaultHttpContext |
Default implementation of
HttpContext that uses the bundle to lookup
resources (as specified in 102.10.2 "public interface HttpContext"). |
| DefaultMultiBundleWebContainerContext |
Default implementation of
MultiBundleWebContainerContext. |
| DefaultServletContextHelper |
Default
ServletContextHelper as specified in "140.2 The Servlet Context". |
| UniqueMultiBundleWebContainerContextWrapper | |
| UniqueWebContainerContextWrapper | |
| WebContainerContextWrapper |
A simple wrapper to enclose custom
http contexts (which gets registered directly to the
HttpService) or ServletContextHelper (registered via Whiteboard service)
in an implementation of WebContainerContext. |
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.
Copyright © 2006–2024 OPS4J - Open Participation Software for Java. All rights reserved.