Uses of Class
org.apache.felix.http.base.internal.runtime.WhiteboardServiceInfo
Packages that use WhiteboardServiceInfo
Package
Description
-
Uses of WhiteboardServiceInfo in org.apache.felix.http.base.internal.runtime
Subclasses of WhiteboardServiceInfo in org.apache.felix.http.base.internal.runtimeModifier and TypeClassDescriptionclass
Provides registration information for aFilter
, and is used to programmatically registerFilter
s.class
Info object for registered listeners.class
Provides registration information for aPreprocessor
.final class
Info object for a resource registrationclass
Provides registration information for aServlet
, and is used to programmatically registerServlet
s.Methods in org.apache.felix.http.base.internal.runtime with parameters of type WhiteboardServiceInfoModifier and TypeMethodDescriptionboolean
ServletContextHelperInfo.match
(WhiteboardServiceInfo<?> info) -
Uses of WhiteboardServiceInfo in org.apache.felix.http.base.internal.whiteboard
Methods in org.apache.felix.http.base.internal.whiteboard that return WhiteboardServiceInfoMethods in org.apache.felix.http.base.internal.whiteboard with parameters of type WhiteboardServiceInfoModifier and TypeMethodDescriptionboolean
WhiteboardManager.addWhiteboardService
(@NotNull WhiteboardServiceInfo<?> info) Add new whiteboard service to the registryvoid
WhiteboardManager.removeWhiteboardService
(WhiteboardServiceInfo<?> info) Remove whiteboard service from the registry.Constructors in org.apache.felix.http.base.internal.whiteboard with parameters of type WhiteboardServiceInfoModifierConstructorDescriptionRegistrationFailureException
(WhiteboardServiceInfo<?> info, int errorCode) RegistrationFailureException
(WhiteboardServiceInfo<?> info, int errorCode, String message) RegistrationFailureException
(WhiteboardServiceInfo<?> info, int errorCode, Throwable exception) -
Uses of WhiteboardServiceInfo in org.apache.felix.http.base.internal.whiteboard.tracker
Methods in org.apache.felix.http.base.internal.whiteboard.tracker that return WhiteboardServiceInfoModifier and TypeMethodDescriptionprotected WhiteboardServiceInfo<jakarta.servlet.Filter>
FilterTracker.getServiceInfo
(org.osgi.framework.ServiceReference<jakarta.servlet.Filter> ref) protected WhiteboardServiceInfo<jakarta.servlet.Filter>
JavaxFilterTracker.getServiceInfo
(org.osgi.framework.ServiceReference<jakarta.servlet.Filter> ref) protected WhiteboardServiceInfo<EventListener>
JavaxListenersTracker.getServiceInfo
(org.osgi.framework.ServiceReference<EventListener> ref) protected WhiteboardServiceInfo<org.osgi.service.servlet.whiteboard.Preprocessor>
JavaxPreprocessorTracker.getServiceInfo
(org.osgi.framework.ServiceReference<org.osgi.service.servlet.whiteboard.Preprocessor> ref) protected WhiteboardServiceInfo<jakarta.servlet.Servlet>
JavaxServletTracker.getServiceInfo
(org.osgi.framework.ServiceReference<jakarta.servlet.Servlet> ref) protected WhiteboardServiceInfo<EventListener>
ListenersTracker.getServiceInfo
(org.osgi.framework.ServiceReference<EventListener> ref) protected WhiteboardServiceInfo<org.osgi.service.servlet.whiteboard.Preprocessor>
PreprocessorTracker.getServiceInfo
(org.osgi.framework.ServiceReference<org.osgi.service.servlet.whiteboard.Preprocessor> ref) protected WhiteboardServiceInfo<Object>
ResourceTracker.getServiceInfo
(org.osgi.framework.ServiceReference<Object> ref) protected WhiteboardServiceInfo<jakarta.servlet.Servlet>
ServletTracker.getServiceInfo
(org.osgi.framework.ServiceReference<jakarta.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.