Uses of Interface
io.undertow.servlet.api.LifecycleInterceptor.LifecycleContext
Packages that use LifecycleInterceptor.LifecycleContext
-
Uses of LifecycleInterceptor.LifecycleContext in io.undertow.servlet.api
Methods in io.undertow.servlet.api with parameters of type LifecycleInterceptor.LifecycleContextModifier and TypeMethodDescriptionvoid
LifecycleInterceptor.destroy
(FilterInfo filterInfo, javax.servlet.Filter filter, LifecycleInterceptor.LifecycleContext context) void
LifecycleInterceptor.destroy
(ServletInfo servletInfo, javax.servlet.Servlet servlet, LifecycleInterceptor.LifecycleContext context) void
LifecycleInterceptor.init
(FilterInfo filterInfo, javax.servlet.Filter filter, LifecycleInterceptor.LifecycleContext context) void
LifecycleInterceptor.init
(ServletInfo servletInfo, javax.servlet.Servlet servlet, LifecycleInterceptor.LifecycleContext context)