Class WicketFilterRequestCycleAspect
- java.lang.Object
-
- org.apache.wicket.metrics.WicketMetrics
-
- org.apache.wicket.metrics.aspects.request.WicketFilterRequestCycleAspect
-
public class WicketFilterRequestCycleAspect extends WicketMetrics
Aspect to handle basic web application information- 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 WicketFilterRequestCycleAspect()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
aroundRequestProcessed(org.aspectj.lang.ProceedingJoinPoint joinPoint)
Collects the time how long a request took to be processed-
Methods inherited from class org.apache.wicket.metrics.WicketMetrics
count, getFilterName, getMetricRegistry, getSettings, mark, measureTime, measureTime, renderClassName, setFilterName, stopQuietly
-
-
-
-
Constructor Detail
-
WicketFilterRequestCycleAspect
public WicketFilterRequestCycleAspect()
-
-
Method Detail
-
aroundRequestProcessed
public Object aroundRequestProcessed(org.aspectj.lang.ProceedingJoinPoint joinPoint) throws Throwable
Collects the time how long a request took to be processed- Parameters:
joinPoint
- the joinPoint to be proceed- Returns:
- returns the boolean of the processRequest method
- Throws:
Throwable
- might occur while invoking process request
-
-