Class InboundIntegrationObjectInterceptor

  • All Implemented Interfaces:
    org.springframework.web.servlet.HandlerInterceptor

    public class InboundIntegrationObjectInterceptor
    extends java.lang.Object
    implements org.springframework.web.servlet.HandlerInterceptor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void afterCompletion​(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, java.lang.Object o, java.lang.Exception e)  
      protected java.lang.String extractCode​(java.lang.String pathInfo)  
      protected IntegrationObjectService getIntegrationObjectService()  
      void postHandle​(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, java.lang.Object o, org.springframework.web.servlet.ModelAndView modelAndView)  
      boolean preHandle​(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, java.lang.Object o)  
      void setIntegrationObjectService​(IntegrationObjectService flexibleSearch)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • InboundIntegrationObjectInterceptor

        public InboundIntegrationObjectInterceptor()
    • Method Detail

      • preHandle

        public boolean preHandle​(javax.servlet.http.HttpServletRequest httpServletRequest,
                                 javax.servlet.http.HttpServletResponse httpServletResponse,
                                 java.lang.Object o)
                          throws java.lang.Exception
        Specified by:
        preHandle in interface org.springframework.web.servlet.HandlerInterceptor
        Throws:
        java.lang.Exception
      • postHandle

        public void postHandle​(javax.servlet.http.HttpServletRequest httpServletRequest,
                               javax.servlet.http.HttpServletResponse httpServletResponse,
                               java.lang.Object o,
                               org.springframework.web.servlet.ModelAndView modelAndView)
                        throws java.lang.Exception
        Specified by:
        postHandle in interface org.springframework.web.servlet.HandlerInterceptor
        Throws:
        java.lang.Exception
      • afterCompletion

        public void afterCompletion​(javax.servlet.http.HttpServletRequest httpServletRequest,
                                    javax.servlet.http.HttpServletResponse httpServletResponse,
                                    java.lang.Object o,
                                    java.lang.Exception e)
                             throws java.lang.Exception
        Specified by:
        afterCompletion in interface org.springframework.web.servlet.HandlerInterceptor
        Throws:
        java.lang.Exception
      • extractCode

        protected java.lang.String extractCode​(java.lang.String pathInfo)