Class LoggingPageRenderContextHandlerInterceptor
- java.lang.Object
-
- org.springframework.web.servlet.handler.HandlerInterceptorAdapter
-
- io.microsphere.spring.webmvc.interceptor.AbstractPageRenderContextHandlerInterceptor
-
- io.microsphere.spring.webmvc.interceptor.LoggingPageRenderContextHandlerInterceptor
-
- All Implemented Interfaces:
org.springframework.web.servlet.AsyncHandlerInterceptor,org.springframework.web.servlet.HandlerInterceptor
public class LoggingPageRenderContextHandlerInterceptor extends AbstractPageRenderContextHandlerInterceptor
AbstractPageRenderContextHandlerInterceptorfor logging- Since:
- 1.0.0
- Author:
- Mercy
- See Also:
AbstractPageRenderContextHandlerInterceptor
-
-
Constructor Summary
Constructors Constructor Description LoggingPageRenderContextHandlerInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidpostHandleOnPageRenderContext(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, java.lang.Object handler, org.springframework.web.servlet.ModelAndView modelAndView)post-handle on page render context.-
Methods inherited from class io.microsphere.spring.webmvc.interceptor.AbstractPageRenderContextHandlerInterceptor
postHandle
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Method Detail
-
postHandleOnPageRenderContext
protected void postHandleOnPageRenderContext(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, java.lang.Object handler, org.springframework.web.servlet.ModelAndView modelAndView) throws java.lang.ExceptionDescription 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:
java.lang.Exception- in case of errors- See Also:
AbstractPageRenderContextHandlerInterceptor.postHandle(HttpServletRequest, HttpServletResponse, Object, ModelAndView)
-
-