Module org.apache.wicket.metrics
Class ComponentCreateAspect
java.lang.Object
org.apache.wicket.metrics.WicketMetrics
org.apache.wicket.metrics.aspects.component.ComponentCreateAspect
Gets information how often different components are created
- 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
-
Method Summary
Methods inherited from class org.apache.wicket.metrics.WicketMetrics
count, getFilterName, getMetricRegistry, getSettings, mark, measureTime, measureTime, renderClassName, setFilterName, stopQuietly
-
Constructor Details
-
ComponentCreateAspect
public ComponentCreateAspect()
-
-
Method Details
-
aroundNew
Collects data how often components are created- Parameters:
joinPoint
- the join point (component) which is created- Returns:
- the object returned from the join point
- Throws:
Throwable
- might occur while constructing a new component
-