Class WicketFilterInitAspect
- java.lang.Object
-
- org.apache.wicket.metrics.aspects.WicketFilterInitAspect
-
public class WicketFilterInitAspect extends Object
This aspect applies the application to wicket metrics- Author:
- Tobias Soloschenko
-
-
Constructor Summary
Constructors Constructor Description WicketFilterInitAspect()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
aroundInit(org.aspectj.lang.ProceedingJoinPoint joinPoint)
Gets the filter name during the initialization
-
-
-
Constructor Detail
-
WicketFilterInitAspect
public WicketFilterInitAspect()
-
-
Method Detail
-
aroundInit
public Object aroundInit(org.aspectj.lang.ProceedingJoinPoint joinPoint) throws Throwable
Gets the filter name during the initialization- Parameters:
joinPoint
- the join point to be proceed- Returns:
- the proceeded outcome of the join point
- Throws:
Throwable
- if something went wrong
-
-