Uses of Class
org.apache.felix.http.base.internal.runtime.ServletContextHelperInfo
-
-
Uses of ServletContextHelperInfo in org.apache.felix.http.base.internal.registry
Methods in org.apache.felix.http.base.internal.registry with parameters of type ServletContextHelperInfo Modifier and Type Method Description voidHandlerRegistry. remove(ServletContextHelperInfo info)Remove a context registration.Constructors in org.apache.felix.http.base.internal.registry with parameters of type ServletContextHelperInfo Constructor Description PerContextHandlerRegistry(ServletContextHelperInfo info, 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.runtime Modifier and Type Class Description classDefaultServletContextHelperInfoInfo 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 ServletContextHelperInfo Modifier and Type Method Description static 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 ServletContextHelperInfo Modifier and Type Method Description ServletContextHelperInfoWhiteboardContextHandler. getContextInfo()Methods in org.apache.felix.http.base.internal.whiteboard with parameters of type ServletContextHelperInfo Modifier and Type Method Description booleanWhiteboardManager. 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 ServletContextHelperInfo Constructor Description HttpServiceContextHandler(ServletContextHelperInfo info, PerContextHandlerRegistry registry, HttpServiceFactory httpServiceFactory, jakarta.servlet.ServletContext webContext, org.osgi.framework.Bundle httpBundle)WhiteboardContextHandler(ServletContextHelperInfo info, jakarta.servlet.ServletContext webContext, org.osgi.framework.Bundle httpBundle)
-