| Package | Description |
|---|---|
| org.apache.felix.http.base.internal.registry | |
| org.apache.felix.http.base.internal.service | |
| org.apache.felix.http.base.internal.whiteboard |
| Modifier and Type | Field and Description |
|---|---|
PerContextHandlerRegistry |
ServletResolution.handlerRegistry |
| Modifier and Type | Method and Description |
|---|---|
PerContextHandlerRegistry |
HandlerRegistry.getBestMatchingRegistry(String requestURI) |
PerContextHandlerRegistry |
HandlerRegistry.getRegistry(long key) |
| Modifier and Type | Method and Description |
|---|---|
void |
HandlerRegistry.add(@NotNull PerContextHandlerRegistry registry)
Add a new context registration.
|
int |
PerContextHandlerRegistry.compareTo(@NotNull PerContextHandlerRegistry other) |
| Constructor and Description |
|---|
ServletContextImpl(org.osgi.framework.Bundle bundle,
javax.servlet.ServletContext context,
org.osgi.service.http.HttpContext httpContext,
boolean sharedAttributes,
PerContextHandlerRegistry registry) |
ServletContextManager(org.osgi.framework.Bundle bundle,
javax.servlet.ServletContext context,
boolean sharedAttributes,
PerContextHandlerRegistry registry) |
| Modifier and Type | Method and Description |
|---|---|
@Nullable PerContextHandlerRegistry |
WhiteboardContextHandler.getRegistry() |
PerContextHandlerRegistry |
HttpServiceContextHandler.getRegistry() |
| Constructor and Description |
|---|
HttpServiceContextHandler(ServletContextHelperInfo info,
PerContextHandlerRegistry registry,
HttpServiceFactory httpServiceFactory,
javax.servlet.ServletContext webContext,
org.osgi.framework.Bundle httpBundle) |
PerBundleServletContextImpl(org.osgi.framework.Bundle bundle,
javax.servlet.ServletContext sharedContext,
org.osgi.service.http.context.ServletContextHelper delegatee,
PerContextHandlerRegistry handlerRegistry) |
SharedServletContextImpl(javax.servlet.ServletContext webContext,
String name,
String path,
Map<String,String> initParameters,
PerContextHandlerRegistry registry) |
Copyright © 2006–2021 The Apache Software Foundation. All rights reserved.