| Package | Description |
|---|---|
| org.apache.felix.http.base.internal.runtime | |
| org.apache.felix.http.base.internal.whiteboard | |
| org.apache.felix.http.base.internal.whiteboard.tracker |
| Modifier and Type | Class and Description |
|---|---|
class |
FilterInfo
Provides registration information for a
Filter, and is used to programmatically register Filters. |
class |
ListenerInfo
Info object for registered listeners.
|
class |
PreprocessorInfo
Provides registration information for a
Preprocessor. |
class |
ResourceInfo
Info object for a resource registration
|
class |
ServletInfo
Provides registration information for a
Servlet, and is used to programmatically register Servlets. |
| Modifier and Type | Method and Description |
|---|---|
WhiteboardServiceInfo<?> |
RegistrationFailureException.getInfo() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
WhiteboardManager.addWhiteboardService(@NotNull WhiteboardServiceInfo<?> info)
Add new whiteboard service to the registry
|
void |
WhiteboardManager.removeWhiteboardService(WhiteboardServiceInfo<?> info)
Remove whiteboard service from the registry.
|
| Constructor and Description |
|---|
RegistrationFailureException(WhiteboardServiceInfo<?> info,
int errorCode) |
RegistrationFailureException(WhiteboardServiceInfo<?> info,
int errorCode,
String message) |
RegistrationFailureException(WhiteboardServiceInfo<?> info,
int errorCode,
Throwable exception) |
| Modifier and Type | Method and Description |
|---|---|
protected WhiteboardServiceInfo<EventListener> |
ListenersTracker.getServiceInfo(org.osgi.framework.ServiceReference<EventListener> ref) |
protected WhiteboardServiceInfo<javax.servlet.Filter> |
FilterTracker.getServiceInfo(org.osgi.framework.ServiceReference<javax.servlet.Filter> ref) |
protected WhiteboardServiceInfo<Object> |
ResourceTracker.getServiceInfo(org.osgi.framework.ServiceReference<Object> ref) |
protected WhiteboardServiceInfo<org.osgi.service.http.whiteboard.Preprocessor> |
PreprocessorTracker.getServiceInfo(org.osgi.framework.ServiceReference<org.osgi.service.http.whiteboard.Preprocessor> ref) |
protected WhiteboardServiceInfo<javax.servlet.Servlet> |
ServletTracker.getServiceInfo(org.osgi.framework.ServiceReference<javax.servlet.Servlet> ref) |
protected abstract WhiteboardServiceInfo<T> |
WhiteboardServiceTracker.getServiceInfo(org.osgi.framework.ServiceReference<T> ref)
Implemented by sub classes to create the correct whiteboard service info object.
|
Copyright © 2006–2021 The Apache Software Foundation. All rights reserved.