Class ManagedFilter

java.lang.Object
io.undertow.servlet.core.ManagedFilter
All Implemented Interfaces:
Lifecycle

public class ManagedFilter extends Object implements Lifecycle
Author:
Stuart Douglas
  • Constructor Details

  • Method Details

    • doFilter

      public void doFilter(jakarta.servlet.ServletRequest request, jakarta.servlet.ServletResponse response, jakarta.servlet.FilterChain chain) throws IOException, jakarta.servlet.ServletException
      Throws:
      IOException
      jakarta.servlet.ServletException
    • createFilter

      public void createFilter() throws jakarta.servlet.ServletException
      Throws:
      jakarta.servlet.ServletException
    • start

      public void start() throws jakarta.servlet.ServletException
      Specified by:
      start in interface Lifecycle
      Throws:
      jakarta.servlet.ServletException
    • stop

      public void stop()
      Specified by:
      stop in interface Lifecycle
    • isStarted

      public boolean isStarted()
      Specified by:
      isStarted in interface Lifecycle
    • getFilterInfo

      public FilterInfo getFilterInfo()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • forceInit

      public void forceInit() throws jakarta.servlet.ServletException
      Throws:
      jakarta.servlet.ServletException