| Modifier and Type | Class and Description |
|---|---|
class |
ExtServletContextWrapper
Wrapper of an {code ExtServletContex}.
|
| Constructor and Description |
|---|
ExtServletContextWrapper(ExtServletContext delegate) |
| Modifier and Type | Method and Description |
|---|---|
ExtServletContext |
ServletHandler.getContext() |
ExtServletContext |
ListenerHandler.getContext() |
ExtServletContext |
FilterHandler.getContext() |
| Constructor and Description |
|---|
FilterHandler(long contextServiceId,
ExtServletContext context,
FilterInfo filterInfo) |
HttpServiceFilterHandler(ExtServletContext context,
FilterInfo filterInfo,
javax.servlet.Filter filter) |
HttpServiceServletHandler(ExtServletContext context,
ServletInfo servletInfo,
javax.servlet.Servlet servlet) |
HttpServiceServletHandler(long contextServiceId,
ExtServletContext context,
ServletInfo servletInfo,
javax.servlet.Servlet servlet) |
HttpSessionWrapper(javax.servlet.http.HttpSession session,
ExtServletContext context,
org.apache.felix.http.base.internal.HttpConfig config,
boolean terminate)
Creates a new
HttpSessionWrapper instance. |
ListenerHandler(long contextServiceId,
ExtServletContext context,
ListenerInfo listenerInfo) |
ServletHandler(long contextServiceId,
ExtServletContext context,
ServletInfo servletInfo) |
WhiteboardFilterHandler(long contextServiceId,
ExtServletContext context,
FilterInfo filterInfo,
org.osgi.framework.BundleContext bundleContext) |
WhiteboardListenerHandler(long contextServiceId,
ExtServletContext context,
ListenerInfo listenerInfo,
org.osgi.framework.BundleContext bundleContext) |
WhiteboardServletHandler(long contextServiceId,
ExtServletContext context,
ServletInfo servletInfo,
org.osgi.framework.BundleContext contextBundleContext,
org.osgi.framework.Bundle registeringBundle,
org.osgi.framework.Bundle httpWhiteboardBundle) |
| Modifier and Type | Class and Description |
|---|---|
class |
ServletContextImpl |
| Modifier and Type | Method and Description |
|---|---|
ExtServletContext |
ServletContextManager.getServletContext(org.osgi.service.http.HttpContext httpContext) |
ExtServletContext |
PerBundleHttpServiceImpl.getServletContext(org.osgi.service.http.HttpContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
SharedHttpServiceImpl.registerServlet(@NotNull String alias,
@NotNull ExtServletContext httpContext,
@NotNull javax.servlet.Servlet servlet,
@NotNull ServletInfo servletInfo)
Register a servlet
|
| Modifier and Type | Class and Description |
|---|---|
class |
PerBundleServletContextImpl
This servlet context implementation represents the per
bundle specific part of a servlet context backed by a
servlet context helper.
|
| Modifier and Type | Method and Description |
|---|---|
@Nullable ExtServletContext |
WhiteboardContextHandler.getServletContext(@Nullable org.osgi.framework.Bundle bundle) |
@Nullable ExtServletContext |
HttpServiceContextHandler.getServletContext(@Nullable org.osgi.framework.Bundle bundle) |
Copyright © 2006–2020 The Apache Software Foundation. All rights reserved.