Spring AOP APIs
2024. 12. 2. 10:37ㆍSpring Framework/Spring AOP APIs
이전 장에서는 @AspectJ와 스키마 기반의 애스펙트 정의를 사용한 Spring의 AOP 지원에 대해 설명했습니다. 이번 장에서는 더 낮은 레벨의 Spring AOP API에 대해 논의합니다. 일반적인 애플리케이션에서는 이전 장에서 설명한 AspectJ 포인트컷을 사용한 Spring AOP를 사용하는 것을 권장합니다.
Section Summary
- Pointcut API in Spring
- Advice API in Spring
- The Advisor API in Spring
- Using the ProxyFactoryBean to Create AOP Proxies
- Concise Proxy Definitions
- Creating AOP Proxies Programmatically with the ProxyFactory
- Manipulating Advised Objects
- Using the "auto-proxy" facility
- Using TargetSource Implementations
- Defining New Advice Types
'Spring Framework > Spring AOP APIs' 카테고리의 다른 글
Using the "auto-proxy" facility (1) | 2024.11.17 |
---|---|
Manipulating Advised Objects (0) | 2024.11.17 |
Creating AOP Proxies Programmatically with the ProxyFactory (0) | 2024.11.17 |
The Advisor API in Spring (0) | 2024.11.17 |
Advice API in Spring (0) | 2024.11.17 |