Uses of Class
org.apache.felix.http.base.internal.runtime.ServletContextHelperInfo
Packages that use ServletContextHelperInfo
Package
Description
-
Uses of ServletContextHelperInfo in org.apache.felix.http.base.internal.registry
Methods in org.apache.felix.http.base.internal.registry with parameters of type ServletContextHelperInfoModifier and TypeMethodDescriptionvoid
HandlerRegistry.remove
(@NotNull ServletContextHelperInfo info) Remove a context registration.Constructors in org.apache.felix.http.base.internal.registry with parameters of type ServletContextHelperInfoModifierConstructorDescriptionPerContextHandlerRegistry
(@NotNull ServletContextHelperInfo info, @NotNull org.apache.felix.http.base.internal.HttpConfig config) Registry for a servlet context helper (whiteboard support) -
Uses of ServletContextHelperInfo in org.apache.felix.http.base.internal.runtime
Subclasses of ServletContextHelperInfo in org.apache.felix.http.base.internal.runtimeModifier and TypeClassDescriptionclass
Info for the default context -
Uses of ServletContextHelperInfo in org.apache.felix.http.base.internal.runtime.dto
Methods in org.apache.felix.http.base.internal.runtime.dto with parameters of type ServletContextHelperInfoModifier and TypeMethodDescriptionstatic org.osgi.service.servlet.runtime.dto.ServletContextDTO
ServletContextDTOBuilder.build
(ServletContextHelperInfo info, jakarta.servlet.ServletContext context, int reason) -
Uses of ServletContextHelperInfo in org.apache.felix.http.base.internal.whiteboard
Methods in org.apache.felix.http.base.internal.whiteboard that return ServletContextHelperInfoModifier and TypeMethodDescription@NotNull ServletContextHelperInfo
WhiteboardContextHandler.getContextInfo()
Methods in org.apache.felix.http.base.internal.whiteboard with parameters of type ServletContextHelperInfoModifier and TypeMethodDescriptionboolean
WhiteboardManager.addContextHelper
(ServletContextHelperInfo info) Add a servlet context helper.void
WhiteboardManager.removeContextHelper
(ServletContextHelperInfo info) Remove a servlet context helperConstructors in org.apache.felix.http.base.internal.whiteboard with parameters of type ServletContextHelperInfoModifierConstructorDescriptionHttpServiceContextHandler
(ServletContextHelperInfo info, PerContextHandlerRegistry registry, HttpServiceFactory httpServiceFactory, jakarta.servlet.ServletContext webContext, org.osgi.framework.Bundle httpBundle) WhiteboardContextHandler
(@NotNull ServletContextHelperInfo info, @NotNull jakarta.servlet.ServletContext webContext, @NotNull org.osgi.framework.Bundle httpBundle)