Uses of Class
org.apache.felix.http.base.internal.runtime.ServletInfo
Packages that use ServletInfo
Package
Description
-
Uses of ServletInfo in org.apache.felix.http.base.internal.handler
Methods in org.apache.felix.http.base.internal.handler that return ServletInfoConstructors in org.apache.felix.http.base.internal.handler with parameters of type ServletInfoModifierConstructorDescriptionHttpServiceServletHandler
(long contextServiceId, ExtServletContext context, ServletInfo servletInfo, jakarta.servlet.Servlet servlet) New handlerHttpServiceServletHandler
(ExtServletContext context, ServletInfo servletInfo, javax.servlet.Servlet servlet) New handlerHttpServiceWebSocketServletHandler
(ExtServletContext context, ServletInfo servletInfo, javax.servlet.Servlet servlet) ServletHandler
(long contextServiceId, ExtServletContext context, ServletInfo servletInfo) WhiteboardServletHandler
(long contextServiceId, ExtServletContext context, ServletInfo servletInfo, org.osgi.framework.BundleContext contextBundleContext, org.osgi.framework.Bundle registeringBundle, org.osgi.framework.Bundle httpWhiteboardBundle) -
Uses of ServletInfo in org.apache.felix.http.base.internal.registry
Methods in org.apache.felix.http.base.internal.registry with parameters of type ServletInfoModifier and TypeMethodDescriptionstatic @Nullable ErrorPageRegistry.ErrorRegistration
ErrorPageRegistry.getErrorRegistration
(@NotNull ServletInfo info) Parse the registration properties of the servlet for error handlingvoid
ErrorPageRegistry.removeServlet
(@NotNull ServletInfo info, boolean destroy) Remove the servlet from error handlingvoid
ServletRegistry.removeServlet
(@NotNull ServletInfo info, boolean destroy) Remove a servletvoid
PerContextHandlerRegistry.unregisterServlet
(@NotNull ServletInfo servletInfo, boolean destroy) Remove a servlet -
Uses of ServletInfo in org.apache.felix.http.base.internal.runtime
Methods in org.apache.felix.http.base.internal.runtime that return ServletInfo -
Uses of ServletInfo in org.apache.felix.http.base.internal.runtime.dto
Methods in org.apache.felix.http.base.internal.runtime.dto with parameters of type ServletInfoModifier and TypeMethodDescriptionstatic org.osgi.service.servlet.runtime.dto.ErrorPageDTO
ErrorPageDTOBuilder.build
(ServletInfo info, boolean failed) Build a servlet DTO from a servlet infostatic org.osgi.service.servlet.runtime.dto.ResourceDTO
ResourceDTOBuilder.build
(ServletInfo info, boolean failed) Build a servlet DTO from a servlet infostatic org.osgi.service.servlet.runtime.dto.ServletDTO
ServletDTOBuilder.build
(ServletInfo info, int reason) Build a servlet DTO from a servlet info -
Uses of ServletInfo in org.apache.felix.http.base.internal.service
Methods in org.apache.felix.http.base.internal.service with parameters of type ServletInfoModifier and TypeMethodDescriptionvoid
SharedHttpServiceImpl.registerServlet
(@NotNull String alias, @NotNull ExtServletContext httpContext, javax.servlet.Servlet servlet, @NotNull ServletInfo servletInfo) Register a servlet