Class WicketFilterRequestCycleAspect

    • Method Detail

      • aroundRequestProcessed

        public Object aroundRequestProcessed​(org.aspectj.lang.ProceedingJoinPoint joinPoint)
                                      throws Throwable
        Collects the time how long a request took to be processed
        Parameters:
        joinPoint - the joinPoint to be proceed
        Returns:
        returns the boolean of the processRequest method
        Throws:
        Throwable - might occur while invoking process request