Module org.apache.wicket.metrics
Class WicketTagCreateAspect
java.lang.Object
org.apache.wicket.metrics.WicketMetrics
org.apache.wicket.metrics.aspects.markup.WicketTagCreateAspect
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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Collects data how often components redirect to another pageMethods inherited from class org.apache.wicket.metrics.WicketMetrics
count, getFilterName, getMetricRegistry, getSettings, mark, measureTime, measureTime, renderClassName, setFilterName, stopQuietly
-
Constructor Details
-
WicketTagCreateAspect
public WicketTagCreateAspect()
-
-
Method Details
-
beforeResponsePage
Collects data how often components redirect to another page- Throws:
Throwable
- might occur while invoking setResponsePage
-