Class ComponentOnDetachAspect
- java.lang.Object
-
- org.apache.wicket.metrics.WicketMetrics
-
- org.apache.wicket.metrics.aspects.component.ComponentOnDetachAspect
-
public class ComponentOnDetachAspect extends WicketMetrics
Gets information how often different components are detached- Author:
- Tobias Soloschenko
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.wicket.metrics.WicketMetrics
WicketMetrics.CounterOperation
-
-
Field Summary
-
Fields inherited from class org.apache.wicket.metrics.WicketMetrics
METRIC_REGISTRY, METRIC_SETTINGS
-
-
Constructor Summary
Constructors Constructor Description ComponentOnDetachAspect()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
arroundOnDetach(org.aspectj.lang.ProceedingJoinPoint joinPoint)
Collects data how often components calls onDetach-
Methods inherited from class org.apache.wicket.metrics.WicketMetrics
count, getFilterName, getMetricRegistry, getSettings, mark, measureTime, measureTime, renderClassName, setFilterName, stopQuietly
-
-
-
-
Constructor Detail
-
ComponentOnDetachAspect
public ComponentOnDetachAspect()
-
-
Method Detail
-
arroundOnDetach
public Object arroundOnDetach(org.aspectj.lang.ProceedingJoinPoint joinPoint) throws Throwable
Collects data how often components calls onDetach- Parameters:
joinPoint
- the join point (component) which is calling detach- Returns:
- the object returned from the join point
- Throws:
Throwable
- might occur while invoking onDetach
-
-