Interface SpiRoutes


  • public interface SpiRoutes
    Route matching and filter handling.
    • Method Detail

      • before

        void before​(String pathInfo,
                    SpiContext ctx)
        Execute all appropriate before filters for the given request URI.
      • after

        void after​(String pathInfo,
                   SpiContext ctx)
        Execute all appropriate after filters for the given request URI.