Class IRequestHandlerRespondAspect

java.lang.Object
org.apache.wicket.metrics.WicketMetrics
org.apache.wicket.metrics.aspects.requesthandler.IRequestHandlerRespondAspect

Measures information about request handlers respond
Author:
Tobias Soloschenko
  • Constructor Details

  • Method Details

    • aroundOnRender

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