Uses of Class
org.apache.felix.http.base.internal.runtime.FilterInfo
Packages that use FilterInfo
Package
Description
-
Uses of FilterInfo in org.apache.felix.http.base.internal.handler
Methods in org.apache.felix.http.base.internal.handler that return FilterInfoConstructors in org.apache.felix.http.base.internal.handler with parameters of type FilterInfoModifierConstructorDescriptionFilterHandler
(long contextServiceId, ExtServletContext context, FilterInfo filterInfo, org.osgi.framework.BundleContext bundleContext) -
Uses of FilterInfo in org.apache.felix.http.base.internal.registry
Methods in org.apache.felix.http.base.internal.registry with parameters of type FilterInfoModifier and TypeMethodDescriptionvoid
FilterRegistry.removeFilter
(@NotNull FilterInfo filterInfo, boolean destroy) Remove a filtervoid
PerContextHandlerRegistry.unregisterFilter
(@NotNull FilterInfo info, boolean destroy) Remove a filter -
Uses of FilterInfo in org.apache.felix.http.base.internal.runtime.dto
Methods in org.apache.felix.http.base.internal.runtime.dto with parameters of type FilterInfoModifier and TypeMethodDescriptionstatic @NotNull org.osgi.service.servlet.runtime.dto.FilterDTO
FilterDTOBuilder.build
(@NotNull FilterInfo info, int reason) Build a filter DTO from a filter info