Interface CustomLastMile


public interface CustomLastMile
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    afterInit(jakarta.servlet.FilterConfig config)
     
    void
    postValidate(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, LastMile lastMile)
     
  • Method Details

    • postValidate

      void postValidate(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, LastMile lastMile) throws Exception
      Throws:
      Exception
    • afterInit

      void afterInit(jakarta.servlet.FilterConfig config) throws jakarta.servlet.ServletException
      Throws:
      jakarta.servlet.ServletException