Uses of Interface
org.apache.felix.http.base.internal.context.ExtServletContext
Packages that use ExtServletContext
Package
Description
-
Uses of ExtServletContext in org.apache.felix.http.base.internal.context
Classes in org.apache.felix.http.base.internal.context that implement ExtServletContextModifier and TypeClassDescriptionclassWrapper of an {code ExtServletContex}.Constructors in org.apache.felix.http.base.internal.context with parameters of type ExtServletContext -
Uses of ExtServletContext in org.apache.felix.http.base.internal.handler
Methods in org.apache.felix.http.base.internal.handler that return ExtServletContextModifier and TypeMethodDescriptionFilterHandler.getContext()ListenerHandler.getContext()ServletHandler.getContext()Constructors in org.apache.felix.http.base.internal.handler with parameters of type ExtServletContextModifierConstructorDescriptionFilterHandler(long contextServiceId, ExtServletContext context, FilterInfo filterInfo, org.osgi.framework.BundleContext bundleContext) HttpServiceServletHandler(long contextServiceId, ExtServletContext context, ServletInfo servletInfo, jakarta.servlet.Servlet servlet) New handlerHttpServiceServletHandler(ExtServletContext context, ServletInfo servletInfo, javax.servlet.Servlet servlet) New handlerHttpServiceWebSocketServletHandler(ExtServletContext context, ServletInfo servletInfo, javax.servlet.Servlet servlet) HttpSessionWrapper(jakarta.servlet.http.HttpSession session, ExtServletContext context, org.apache.felix.http.base.internal.HttpConfig config, boolean terminate) Creates a newHttpSessionWrapperinstance.ListenerHandler(long contextServiceId, ExtServletContext context, ListenerInfo listenerInfo, org.osgi.framework.BundleContext bundleContext) ServletHandler(long contextServiceId, ExtServletContext context, ServletInfo servletInfo) WhiteboardServletHandler(long contextServiceId, ExtServletContext context, ServletInfo servletInfo, org.osgi.framework.BundleContext contextBundleContext, org.osgi.framework.Bundle registeringBundle, org.osgi.framework.Bundle httpWhiteboardBundle) -
Uses of ExtServletContext in org.apache.felix.http.base.internal.service
Classes in org.apache.felix.http.base.internal.service that implement ExtServletContextMethods in org.apache.felix.http.base.internal.service that return ExtServletContextModifier and TypeMethodDescription@NotNull ExtServletContextPerBundleHttpServiceImpl.getServletContext(org.osgi.service.http.HttpContext context) Get a servlet contextServletContextManager.getServletContext(org.osgi.service.http.HttpContext httpContext) Methods in org.apache.felix.http.base.internal.service with parameters of type ExtServletContextModifier and TypeMethodDescriptionvoidSharedHttpServiceImpl.registerServlet(@NotNull String alias, @NotNull ExtServletContext httpContext, javax.servlet.Servlet servlet, @NotNull ServletInfo servletInfo) Register a servlet -
Uses of ExtServletContext in org.apache.felix.http.base.internal.whiteboard
Classes in org.apache.felix.http.base.internal.whiteboard that implement ExtServletContextModifier and TypeClassDescriptionclassThis servlet context implementation represents the per bundle specific part of a servlet context backed by a servlet context helper.Methods in org.apache.felix.http.base.internal.whiteboard that return ExtServletContextModifier and TypeMethodDescription@Nullable ExtServletContextHttpServiceContextHandler.getServletContext(@Nullable org.osgi.framework.Bundle bundle) @Nullable ExtServletContextWhiteboardContextHandler.getServletContext(@Nullable org.osgi.framework.Bundle bundle)