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(javax.servlet.ServletRequest request, javax.servlet.ServletResponse response, javax.servlet.FilterChain chain) throws IOException, javax.servlet.ServletException
      Throws:
      IOException
      javax.servlet.ServletException
    • createFilter

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

      public void start() throws javax.servlet.ServletException
      Specified by:
      start in interface Lifecycle
      Throws:
      javax.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 javax.servlet.ServletException
      Throws:
      javax.servlet.ServletException