|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MethodBeforeAdvice | |
---|---|
org.springframework.aop.aspectj | AspectJ integration package. |
org.springframework.aop.framework.adapter | SPI package allowing Spring AOP framework to handle arbitrary advice types. |
Uses of MethodBeforeAdvice in org.springframework.aop.aspectj |
---|
Classes in org.springframework.aop.aspectj that implement MethodBeforeAdvice | |
---|---|
class |
AspectJMethodBeforeAdvice
Spring AOP advice that wraps an AspectJ before method. |
Uses of MethodBeforeAdvice in org.springframework.aop.framework.adapter |
---|
Constructors in org.springframework.aop.framework.adapter with parameters of type MethodBeforeAdvice | |
---|---|
MethodBeforeAdviceInterceptor(MethodBeforeAdvice advice)
Create a new MethodBeforeAdviceInterceptor for the given advice. |
|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |