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 handlerServletHandler(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 TypeMethodDescriptionErrorPageRegistry.getErrorRegistration(ServletInfo info) Parse the registration properties of the servlet for error handlingvoidErrorPageRegistry.removeServlet(ServletInfo info, boolean destroy) Remove the servlet from error handlingvoidServletRegistry.removeServlet(ServletInfo info, boolean destroy) Remove a servletvoidPerContextHandlerRegistry.unregisterServlet(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.ErrorPageDTOErrorPageDTOBuilder.build(ServletInfo info, boolean failed) Build a servlet DTO from a servlet infostatic org.osgi.service.servlet.runtime.dto.ResourceDTOResourceDTOBuilder.build(ServletInfo info, boolean failed) Build a servlet DTO from a servlet infostatic org.osgi.service.servlet.runtime.dto.ServletDTOServletDTOBuilder.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 TypeMethodDescriptionvoidSharedHttpServiceImpl.registerServlet(String alias, ExtServletContext httpContext, javax.servlet.Servlet servlet, ServletInfo servletInfo) Register a servlet