Class WebEventPublisher

    • Constructor Detail

      • WebEventPublisher

        public WebEventPublisher​(org.springframework.context.ApplicationContext context)
    • Method Detail

      • beforeExecute

        public void beforeExecute​(org.springframework.web.method.HandlerMethod handlerMethod,
                                  java.lang.Object[] args,
                                  org.springframework.web.context.request.NativeWebRequest request)
        Description copied from interface: HandlerMethodInterceptor
        Interception point before the execution of a HandlerMethod. Called after HandlerMapping determined an appropriate handler object, but before HandlerAdapter invokes the handler.
        Specified by:
        beforeExecute in interface HandlerMethodInterceptor
        Parameters:
        handlerMethod - HandlerMethod
        args - the resolved arguments of HandlerMethod
        request - WebRequest