Class LoggingPageRenderContextHandlerInterceptor
java.lang.Object
io.microsphere.spring.webmvc.interceptor.AbstractPageRenderContextHandlerInterceptor
io.microsphere.spring.webmvc.interceptor.LoggingPageRenderContextHandlerInterceptor
- All Implemented Interfaces:
org.springframework.web.servlet.HandlerInterceptor
public class LoggingPageRenderContextHandlerInterceptor
extends AbstractPageRenderContextHandlerInterceptor
AbstractPageRenderContextHandlerInterceptor for logging- Since:
- 1.0.0
- Author:
- Mercy
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidpostHandleOnPageRenderContext(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, Object handler, org.springframework.web.servlet.ModelAndView modelAndView) post-handle on page render context.Methods inherited from class io.microsphere.spring.webmvc.interceptor.AbstractPageRenderContextHandlerInterceptor
postHandleMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.web.servlet.HandlerInterceptor
afterCompletion, preHandle
-
Constructor Details
-
LoggingPageRenderContextHandlerInterceptor
public LoggingPageRenderContextHandlerInterceptor()
-
-
Method Details
-
postHandleOnPageRenderContext
protected void postHandleOnPageRenderContext(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, Object handler, org.springframework.web.servlet.ModelAndView modelAndView) throws Exception Description copied from class:AbstractPageRenderContextHandlerInterceptorpost-handle on page render context.- Specified by:
postHandleOnPageRenderContextin classAbstractPageRenderContextHandlerInterceptor- Parameters:
request- current HTTP requestresponse- current HTTP responsehandler- handler (orHandlerMethod) that started async execution, for type and/or instance examinationmodelAndView- theModelAndViewthat the handler returned (can also benull)- Throws:
Exception- in case of errors- See Also:
-