Uses of Class
org.apache.felix.http.base.internal.handler.FilterHandler
-
-
Uses of FilterHandler in org.apache.felix.http.base.internal.dispatch
Constructors in org.apache.felix.http.base.internal.dispatch with parameters of type FilterHandler Constructor Description InvocationChain(ServletHandler servletHandler, FilterHandler[] filterHandlers) -
Uses of FilterHandler in org.apache.felix.http.base.internal.handler
Methods in org.apache.felix.http.base.internal.handler with parameters of type FilterHandler Modifier and Type Method Description intFilterHandler. compareTo(FilterHandler other) -
Uses of FilterHandler in org.apache.felix.http.base.internal.registry
Methods in org.apache.felix.http.base.internal.registry that return FilterHandler Modifier and Type Method Description FilterHandler[]FilterRegistry. getFilterHandlers(ServletHandler handler, jakarta.servlet.DispatcherType dispatcherType, String requestURI)Get all filters handling the request.FilterHandler[]PerContextHandlerRegistry. getFilterHandlers(ServletHandler servletHandler, jakarta.servlet.DispatcherType dispatcherType, String requestURI)Get filter handlers for the request uriFilterHandler[]HandlerRegistry. getFilters(ServletResolution pr, jakarta.servlet.DispatcherType dispatcherType, String requestURI)Methods in org.apache.felix.http.base.internal.registry with parameters of type FilterHandler Modifier and Type Method Description voidFilterRegistry. addFilter(FilterHandler handler)Add a filter.voidPerContextHandlerRegistry. registerFilter(FilterHandler handler)Add a filter -
Uses of FilterHandler in org.apache.felix.http.base.internal.runtime.dto
Methods in org.apache.felix.http.base.internal.runtime.dto with parameters of type FilterHandler Modifier and Type Method Description static org.osgi.service.servlet.runtime.dto.FilterDTO[]FilterDTOBuilder. build(FilterHandler[] handlers)Build an array of filter DTOs from a filter handler arraystatic org.osgi.service.servlet.runtime.dto.FilterDTOFilterDTOBuilder. build(FilterHandler handler, int reason)Build a filter DTO from a filter handler
-