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 TypeClassDescriptionclassProvides registration information for aFilter, and is used to programmatically registerFilters.classInfo object for registered listeners.classProvides registration information for aPreprocessor.final classInfo object for a resource registrationclassProvides registration information for aServlet, and is used to programmatically registerServlets.Methods in org.apache.felix.http.base.internal.runtime with parameters of type WhiteboardServiceInfoModifier and TypeMethodDescriptionbooleanServletContextHelperInfo.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 TypeMethodDescriptionbooleanWhiteboardManager.addWhiteboardService(@NotNull WhiteboardServiceInfo<?> info) Add new whiteboard service to the registryvoidWhiteboardManager.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.