Uses of Class
io.undertow.servlet.api.FilterInfo
Packages that use FilterInfo
Package
Description
-
Uses of FilterInfo in io.undertow.servlet
Methods in io.undertow.servlet that return FilterInfoModifier and TypeMethodDescriptionstatic FilterInfoCreates a new filter description with the given class.static FilterInfoCreates a new filter description with the given name and classstatic FilterInfoServlets.filter(String name, Class<? extends jakarta.servlet.Filter> filterClass, InstanceFactory<? extends jakarta.servlet.Filter> filter) Creates a new filter description with the given name and class -
Uses of FilterInfo in io.undertow.servlet.api
Methods in io.undertow.servlet.api that return FilterInfoModifier and TypeMethodDescriptionFilterInfo.addInitParam(String name, String value) FilterInfo.clone()FilterInfo.setAsyncSupported(boolean asyncSupported) Methods in io.undertow.servlet.api that return types with arguments of type FilterInfoMethods in io.undertow.servlet.api with parameters of type FilterInfoModifier and TypeMethodDescriptionDeploymentInfo.addFilter(FilterInfo filter) DeploymentInfo.addFilters(FilterInfo... filters) voidLifecycleInterceptor.destroy(FilterInfo filterInfo, jakarta.servlet.Filter filter, LifecycleInterceptor.LifecycleContext context) voidLifecycleInterceptor.init(FilterInfo filterInfo, jakarta.servlet.Filter filter, LifecycleInterceptor.LifecycleContext context) Method parameters in io.undertow.servlet.api with type arguments of type FilterInfo -
Uses of FilterInfo in io.undertow.servlet.core
Methods in io.undertow.servlet.core that return FilterInfoMethods in io.undertow.servlet.core with parameters of type FilterInfoConstructors in io.undertow.servlet.core with parameters of type FilterInfoModifierConstructorDescriptionManagedFilter(FilterInfo filterInfo, ServletContextImpl servletContext) -
Uses of FilterInfo in io.undertow.servlet.spec
Constructors in io.undertow.servlet.spec with parameters of type FilterInfoModifierConstructorDescriptionFilterConfigImpl(FilterInfo filterInfo, jakarta.servlet.ServletContext servletContext) FilterRegistrationImpl(FilterInfo filterInfo, Deployment deployment, ServletContextImpl servletContext)