Class WicketFilterRequestCycleUrlAspect

    • Method Detail

      • aroundRequestProcessedWithURL

        public Object aroundRequestProcessedWithURL​(org.aspectj.lang.ProceedingJoinPoint joinPoint)
                                             throws Throwable
        Collects data how often a request has been made against the webapp and counts the time how long the request took. Measures the information with the request url
        Parameters:
        joinPoint - the joinPoint to be proceed
        Returns:
        returns the boolean of the processRequest method
        Throws:
        Throwable - might occur while invoking process request