Class ComponentOnConfigureAspect

java.lang.Object
org.apache.wicket.metrics.WicketMetrics
org.apache.wicket.metrics.aspects.component.ComponentOnConfigureAspect

Gets information how often different components are configured
Author:
Tobias Soloschenko
  • Constructor Details

  • Method Details

    • aroundOnConfigure

      public Object aroundOnConfigure(org.aspectj.lang.ProceedingJoinPoint joinPoint) throws Throwable
      Collects data how often components calls onConfigure
      Parameters:
      joinPoint - the join point (component) which is configured
      Returns:
      the object returned from the join point
      Throws:
      Throwable - might occur while invoking onConfigure