Class AdminInterceptor
java.lang.Object
com.eeit87t3.tickiteasy.admin.interceptor.AdminInterceptor
- All Implemented Interfaces:
HandlerInterceptor
- Author:
- Lilian (Curriane)
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.web.servlet.HandlerInterceptor
afterCompletion, postHandle
-
Constructor Details
-
AdminInterceptor
public AdminInterceptor()
-
-
Method Details
-
preHandle
public boolean preHandle(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, Object handler) throws Exception - Specified by:
preHandlein interfaceHandlerInterceptor- Throws:
Exception
-