Uses of Class
org.apache.felix.http.base.internal.registry.ServletResolution
Packages that use ServletResolution
Package
Description
-
Uses of ServletResolution in org.apache.felix.http.base.internal.dispatch
Constructors in org.apache.felix.http.base.internal.dispatch with parameters of type ServletResolutionModifierConstructorDescriptionRequestDispatcherImpl
(@NotNull ServletResolution resolution, @NotNull RequestInfo requestInfo) Create new dispatcher -
Uses of ServletResolution in org.apache.felix.http.base.internal.registry
Subclasses of ServletResolution in org.apache.felix.http.base.internal.registryMethods in org.apache.felix.http.base.internal.registry that return ServletResolutionModifier and TypeMethodDescription@Nullable ServletResolution
HandlerRegistry.getErrorHandler
(@NotNull String requestURI, Long serviceId, int code, Throwable exception) HandlerRegistry.resolveServletByName
(long contextId, @NotNull String name) Get the servlet handler for a servlet by nameMethods in org.apache.felix.http.base.internal.registry with parameters of type ServletResolutionModifier and TypeMethodDescriptionHandlerRegistry.getFilters
(@NotNull ServletResolution pr, @NotNull jakarta.servlet.DispatcherType dispatcherType, @NotNull String requestURI)