Class WicketFilterRequestCycleAspect

java.lang.Object
org.apache.wicket.metrics.WicketMetrics
org.apache.wicket.metrics.aspects.request.WicketFilterRequestCycleAspect

Aspect to handle basic web application information
Author:
Tobias Soloschenko
  • Constructor Details

  • Method Details

    • 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