Search Results for 'Spring 예제'

1 POSTS

  1. 2007.01.11 PointCut 예제, Advice등의 모음

PointCut 예제, Advice등의 모음

Posted 2007. 1. 11. 01:40
클릭
나름 좋아 보임... 정리 잘되었음...

스프링의 Pointcut 아래와 같음 위의 예제는 몇개밖에 없지만 꼭 필요한 것들임
org.springframework.aop.support.ComposablePointcut
org.springframework.aop.support.ControlFlowPointcut
org.springframework.aop.support.DynamicMethodMatcherPointcut
org.springframework.aop.support.JdkRegexpMethodPointcut
org.springframework.aop.support.NameMatchMethodPointcut
org.springframework.aop.support.Perl5RegexpMethodPointcut
org.springframework.aop.support.StaticMethodMatcherPointcut


advice도 5가지 - 이것도 예제 참조
Before Advice : org.springframework.aop.MethodBeforeAdvice
After returning Advice : org.springframework.aop.AfterReturningAdvice
Around Advice : org.springframework.aop.MethodInterceptor
Throws Advice : org.springframework.aop.ThrowsAdvice
Introduction : org.springframework.aop.IntroductionInterceptor