Uses of Class
io.undertow.servlet.api.FilterInfo
-
Packages that use FilterInfo Package Description io.undertow.servlet io.undertow.servlet.api io.undertow.servlet.core io.undertow.servlet.spec -
-
Uses of FilterInfo in io.undertow.servlet
Methods in io.undertow.servlet that return FilterInfo Modifier and Type Method Description static FilterInfoServlets. filter(java.lang.Class<? extends jakarta.servlet.Filter> filterClass)Creates a new filter description with the given class.static FilterInfoServlets. filter(java.lang.String name, java.lang.Class<? extends jakarta.servlet.Filter> filterClass)Creates a new filter description with the given name and classstatic FilterInfoServlets. filter(java.lang.String name, java.lang.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 FilterInfo Modifier and Type Method Description FilterInfoFilterInfo. addInitParam(java.lang.String name, java.lang.String value)FilterInfoFilterInfo. clone()FilterInfoFilterInfo. setAsyncSupported(boolean asyncSupported)Methods in io.undertow.servlet.api that return types with arguments of type FilterInfo Modifier and Type Method Description java.util.Map<java.lang.String,FilterInfo>DeploymentInfo. getFilters()Methods in io.undertow.servlet.api with parameters of type FilterInfo Modifier and Type Method Description DeploymentInfoDeploymentInfo. addFilter(FilterInfo filter)DeploymentInfoDeploymentInfo. 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 Modifier and Type Method Description DeploymentInfoDeploymentInfo. addFilters(java.util.Collection<FilterInfo> filters) -
Uses of FilterInfo in io.undertow.servlet.core
Methods in io.undertow.servlet.core that return FilterInfo Modifier and Type Method Description FilterInfoManagedFilter. getFilterInfo()Methods in io.undertow.servlet.core with parameters of type FilterInfo Modifier and Type Method Description ManagedFilterManagedFilters. addFilter(FilterInfo filterInfo)Constructors in io.undertow.servlet.core with parameters of type FilterInfo Constructor Description ManagedFilter(FilterInfo filterInfo, ServletContextImpl servletContext) -
Uses of FilterInfo in io.undertow.servlet.spec
Constructors in io.undertow.servlet.spec with parameters of type FilterInfo Constructor Description FilterConfigImpl(FilterInfo filterInfo, jakarta.servlet.ServletContext servletContext)FilterRegistrationImpl(FilterInfo filterInfo, Deployment deployment, ServletContextImpl servletContext)
-