Package org.jumpmind.symmetric.web
Interface IInterceptor
- All Known Implementing Classes:
AuthenticationInterceptor
,NodeConcurrencyInterceptor
public interface IInterceptor
-
Method Summary
-
Method Details
-
before
boolean before(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res) throws IOException, jakarta.servlet.ServletException - Throws:
IOException
jakarta.servlet.ServletException
-
after
void after(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res) throws IOException, jakarta.servlet.ServletException - Throws:
IOException
jakarta.servlet.ServletException
-