Uses of Class
org.apache.felix.http.base.internal.handler.ServletHandler
Packages that use ServletHandler
Package
Description
-
Uses of ServletHandler in org.apache.felix.http.base.internal.dispatch
Constructors in org.apache.felix.http.base.internal.dispatch with parameters of type ServletHandlerModifierConstructorDescriptionInvocationChain(@NotNull ServletHandler servletHandler, @NotNull FilterHandler[] filterHandlers) -
Uses of ServletHandler in org.apache.felix.http.base.internal.handler
Subclasses of ServletHandler in org.apache.felix.http.base.internal.handlerModifier and TypeClassDescriptionclassServlet handler for servlets registered through the http service.final classServlet handler for servlets extending JettyWebSocketServlet registered through the http service.classServlet handler for servlets registered through the http whiteboard.Methods in org.apache.felix.http.base.internal.handler with parameters of type ServletHandlerConstructors in org.apache.felix.http.base.internal.handler with parameters of type ServletHandler -
Uses of ServletHandler in org.apache.felix.http.base.internal.registry
Fields in org.apache.felix.http.base.internal.registry declared as ServletHandlerMethods in org.apache.felix.http.base.internal.registry that return ServletHandlerModifier and TypeMethodDescriptionGet the servlet handling the error (error code or exception).@Nullable ServletHandlerPerContextHandlerRegistry.getErrorHandler(int code, @Nullable Throwable exception) Get the servlet handling the error.PathResolver.getServletHandler()PathResolverFactory.AbstractMatcher.getServletHandler()ServletRegistry.resolveByName(@NotNull String name) PerContextHandlerRegistry.resolveServletByName(String name) Methods in org.apache.felix.http.base.internal.registry with parameters of type ServletHandlerModifier and TypeMethodDescriptionvoidErrorPageRegistry.addServlet(@NotNull ServletHandler handler) Add the servlet for error handlingvoidServletRegistry.addServlet(@NotNull ServletHandler handler) Add a servlet.static @NotNull PathResolverPathResolverFactory.createPatternMatcher(@Nullable ServletHandler handler, @NotNull String pattern) @NotNull FilterHandler[]FilterRegistry.getFilterHandlers(@Nullable ServletHandler handler, @NotNull jakarta.servlet.DispatcherType dispatcherType, @NotNull String requestURI) Get all filters handling the request.@NotNull FilterHandler[]PerContextHandlerRegistry.getFilterHandlers(@Nullable ServletHandler servletHandler, @NotNull jakarta.servlet.DispatcherType dispatcherType, @NotNull String requestURI) Get filter handlers for the request urivoidPerContextHandlerRegistry.registerServlet(@NotNull ServletHandler handler) Add a servletConstructors in org.apache.felix.http.base.internal.registry with parameters of type ServletHandlerModifierConstructorDescriptionAbstractMatcher(ServletHandler handler, String pattern, int ranking) DefaultMatcher(ServletHandler handler) ExactAndPathMatcher(ServletHandler handler, String pattern) ExactMatcher(ServletHandler handler, String pattern) ExtensionMatcher(ServletHandler handler, String pattern) PathMatcher(ServletHandler handler, String pattern) RootMatcher(ServletHandler handler) -
Uses of ServletHandler in org.apache.felix.http.base.internal.runtime.dto
Methods in org.apache.felix.http.base.internal.runtime.dto with parameters of type ServletHandlerModifier and TypeMethodDescriptionstatic org.osgi.service.servlet.runtime.dto.ErrorPageDTOErrorPageDTOBuilder.build(ServletHandler handler, int reason) Build a servlet DTO from a servlet handlerstatic org.osgi.service.servlet.runtime.dto.ResourceDTOResourceDTOBuilder.build(ServletHandler handler, int reason) Build a servlet DTO from a servlet handlerstatic org.osgi.service.servlet.runtime.dto.ServletDTOServletDTOBuilder.build(ServletHandler handler, int reason) Build a servlet DTO from a servlet handler