Class HttpServiceContextHandler
java.lang.Object
org.apache.felix.http.base.internal.whiteboard.WhiteboardContextHandler
org.apache.felix.http.base.internal.whiteboard.HttpServiceContextHandler
- All Implemented Interfaces:
Comparable<WhiteboardContextHandler>
-
Constructor Summary
ConstructorsConstructorDescriptionHttpServiceContextHandler
(ServletContextHelperInfo info, PerContextHandlerRegistry registry, HttpServiceFactory httpServiceFactory, jakarta.servlet.ServletContext webContext, org.osgi.framework.Bundle httpBundle) -
Method Summary
Modifier and TypeMethodDescription@Nullable ExtServletContext
getServletContext
(@Nullable org.osgi.framework.Bundle bundle) jakarta.servlet.ServletContext
void
ungetServletContext
(@NotNull org.osgi.framework.Bundle bundle) Methods inherited from class org.apache.felix.http.base.internal.whiteboard.WhiteboardContextHandler
activate, compareTo, deactivate, getBundleContext, getContextInfo
-
Constructor Details
-
HttpServiceContextHandler
public HttpServiceContextHandler(ServletContextHelperInfo info, PerContextHandlerRegistry registry, HttpServiceFactory httpServiceFactory, jakarta.servlet.ServletContext webContext, org.osgi.framework.Bundle httpBundle)
-
-
Method Details
-
getRegistry
- Overrides:
getRegistry
in classWhiteboardContextHandler
-
getServletContext
@Nullable public @Nullable ExtServletContext getServletContext(@Nullable @Nullable org.osgi.framework.Bundle bundle) - Overrides:
getServletContext
in classWhiteboardContextHandler
-
ungetServletContext
public void ungetServletContext(@NotNull @NotNull org.osgi.framework.Bundle bundle) - Overrides:
ungetServletContext
in classWhiteboardContextHandler
-