Uses of Class
org.apache.felix.http.base.internal.registry.PerContextHandlerRegistry
Packages that use PerContextHandlerRegistry
Package
Description
-
Uses of PerContextHandlerRegistry in org.apache.felix.http.base.internal.registry
Fields in org.apache.felix.http.base.internal.registry declared as PerContextHandlerRegistryMethods in org.apache.felix.http.base.internal.registry that return PerContextHandlerRegistryModifier and TypeMethodDescriptionHandlerRegistry.getBestMatchingRegistry(String requestURI) HandlerRegistry.getRegistry(long key) Methods in org.apache.felix.http.base.internal.registry with parameters of type PerContextHandlerRegistryModifier and TypeMethodDescriptionvoidHandlerRegistry.add(@NotNull PerContextHandlerRegistry registry) Add a new context registration.intPerContextHandlerRegistry.compareTo(@NotNull PerContextHandlerRegistry other) -
Uses of PerContextHandlerRegistry in org.apache.felix.http.base.internal.service
Constructors in org.apache.felix.http.base.internal.service with parameters of type PerContextHandlerRegistryModifierConstructorDescriptionServletContextImpl(org.osgi.framework.Bundle bundle, jakarta.servlet.ServletContext context, org.osgi.service.http.HttpContext httpContext, boolean sharedAttributes, PerContextHandlerRegistry registry) Create a new servlet context implementationServletContextManager(org.osgi.framework.Bundle bundle, jakarta.servlet.ServletContext context, boolean sharedAttributes, PerContextHandlerRegistry registry) -
Uses of PerContextHandlerRegistry in org.apache.felix.http.base.internal.whiteboard
Methods in org.apache.felix.http.base.internal.whiteboard that return PerContextHandlerRegistryModifier and TypeMethodDescriptionHttpServiceContextHandler.getRegistry()@Nullable PerContextHandlerRegistryWhiteboardContextHandler.getRegistry()Constructors in org.apache.felix.http.base.internal.whiteboard with parameters of type PerContextHandlerRegistryModifierConstructorDescriptionHttpServiceContextHandler(ServletContextHelperInfo info, PerContextHandlerRegistry registry, HttpServiceFactory httpServiceFactory, jakarta.servlet.ServletContext webContext, org.osgi.framework.Bundle httpBundle) PerBundleServletContextImpl(org.osgi.framework.Bundle bundle, jakarta.servlet.ServletContext sharedContext, org.osgi.service.servlet.context.ServletContextHelper delegatee, PerContextHandlerRegistry handlerRegistry) Create a new context implementationSharedServletContextImpl(jakarta.servlet.ServletContext webContext, String name, String path, Map<String, String> initParameters, PerContextHandlerRegistry registry)