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 TypeMethodDescriptionvoidHandlerRegistry.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 TypeClassDescriptionclassInfo 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.ServletContextDTOServletContextDTOBuilder.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 ServletContextHelperInfoWhiteboardContextHandler.getContextInfo()Methods in org.apache.felix.http.base.internal.whiteboard with parameters of type ServletContextHelperInfoModifier and TypeMethodDescriptionbooleanWhiteboardManager.addContextHelper(ServletContextHelperInfo info) Add a servlet context helper.voidWhiteboardManager.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)