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 Details

  • Method Details

    • 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