Class LoadableDetachableModelLoadAspect

    • Method Detail

      • aroundOnRender

        public Object aroundOnRender​(org.aspectj.lang.ProceedingJoinPoint joinPoint)
                              throws Throwable
        Collects data how often a request handler calls detach
        Parameters:
        joinPoint - the join point (request handler) which processes the response
        Returns:
        the object returned from the join point
        Throws:
        Throwable - might occur while detach