Class LoadableDetachableModelLoadAspect

java.lang.Object
org.apache.wicket.metrics.WicketMetrics
org.apache.wicket.metrics.aspects.model.LoadableDetachableModelLoadAspect

Measures information about how long the loading process of the ldm take
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 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