Class WicketTagCreateAspect
- java.lang.Object
-
- org.apache.wicket.metrics.WicketMetrics
-
- org.apache.wicket.metrics.aspects.markup.WicketTagCreateAspect
-
public class WicketTagCreateAspect extends WicketMetrics
Measures information about wicket tags- 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 WicketTagCreateAspect()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
beforeResponsePage()
Collects data how often components redirect to another page-
Methods inherited from class org.apache.wicket.metrics.WicketMetrics
count, getFilterName, getMetricRegistry, getSettings, mark, measureTime, measureTime, renderClassName, setFilterName, stopQuietly
-
-
-
-
Constructor Detail
-
WicketTagCreateAspect
public WicketTagCreateAspect()
-
-
Method Detail
-
beforeResponsePage
public void beforeResponsePage() throws Throwable
Collects data how often components redirect to another page- Throws:
Throwable
- might occur while invoking setResponsePage
-
-