Uses of Interface
io.vertigo.core.node.component.aop.Aspect
-
Packages that use Aspect Package Description io.vertigo.core.impl.analytics.process io.vertigo.core.node.component io.vertigo.core.node.config io.vertigo.core.plugins.component.aop.javassist -
-
Uses of Aspect in io.vertigo.core.impl.analytics.process
Classes in io.vertigo.core.impl.analytics.process that implement Aspect Modifier and Type Class Description class
AnalyticsAspect
* Intercepteur de performance des composant. -
Uses of Aspect in io.vertigo.core.node.component
Method parameters in io.vertigo.core.node.component with type arguments of type Aspect Modifier and Type Method Description <C extends CoreComponent>
CAopPlugin. wrap(C instance, Map<Method,List<Aspect>> joinPoints)
Create a proxy-reference. -
Uses of Aspect in io.vertigo.core.node.config
Methods in io.vertigo.core.node.config that return types with arguments of type Aspect Modifier and Type Method Description Class<? extends Aspect>
AspectConfig. getAspectClass()
Method parameters in io.vertigo.core.node.config with type arguments of type Aspect Modifier and Type Method Description ModuleConfigBuilder
ModuleConfigBuilder. addAspect(Class<? extends Aspect> implClass)
Adds an aspect. -
Uses of Aspect in io.vertigo.core.plugins.component.aop.javassist
Method parameters in io.vertigo.core.plugins.component.aop.javassist with type arguments of type Aspect Modifier and Type Method Description <C extends CoreComponent>
CJavassistAopPlugin. wrap(C instance, Map<Method,List<Aspect>> joinPoints)
Create a proxy-reference.
-