| Package | Description |
|---|---|
| org.apache.felix.http.base.internal.registry | |
| org.apache.felix.http.base.internal.runtime.dto | |
| org.apache.felix.http.base.internal.whiteboard |
| Modifier and Type | Method and Description |
|---|---|
void |
HandlerRegistry.remove(@NotNull ServletContextHelperInfo info)
Remove a context registration.
|
| Constructor and Description |
|---|
PerContextHandlerRegistry(@NotNull ServletContextHelperInfo info,
@NotNull org.apache.felix.http.base.internal.HttpConfig config)
Registry for a servlet context helper (whiteboard support)
|
| Modifier and Type | Method and Description |
|---|---|
static org.osgi.service.http.runtime.dto.ServletContextDTO |
ServletContextDTOBuilder.build(ServletContextHelperInfo info,
javax.servlet.ServletContext context,
int reason) |
| Modifier and Type | Method and Description |
|---|---|
@NotNull ServletContextHelperInfo |
WhiteboardContextHandler.getContextInfo() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
WhiteboardManager.addContextHelper(ServletContextHelperInfo info)
Add a servlet context helper.
|
void |
WhiteboardManager.removeContextHelper(ServletContextHelperInfo info)
Remove a servlet context helper
|
| Constructor and Description |
|---|
HttpServiceContextHandler(ServletContextHelperInfo info,
PerContextHandlerRegistry registry,
HttpServiceFactory httpServiceFactory,
javax.servlet.ServletContext webContext,
org.osgi.framework.Bundle httpBundle) |
WhiteboardContextHandler(@NotNull ServletContextHelperInfo info,
@NotNull javax.servlet.ServletContext webContext,
@NotNull org.osgi.framework.Bundle httpBundle) |
Copyright © 2006–2020 The Apache Software Foundation. All rights reserved.