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 FilterInfo
Creates a new filter description with the given class.static FilterInfo
Creates a new filter description with the given name and classstatic FilterInfo
Servlets.filter
(String name, Class<? extends javax.servlet.Filter> filterClass, InstanceFactory<? extends javax.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) void
LifecycleInterceptor.destroy
(FilterInfo filterInfo, javax.servlet.Filter filter, LifecycleInterceptor.LifecycleContext context) void
LifecycleInterceptor.init
(FilterInfo filterInfo, javax.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, javax.servlet.ServletContext servletContext) FilterRegistrationImpl
(FilterInfo filterInfo, Deployment deployment, ServletContextImpl servletContext)