org.nutz.ioc.aop.config
类 InterceptorPair

java.lang.Object
  继承者 org.nutz.ioc.aop.config.InterceptorPair

public class InterceptorPair
extends java.lang.Object

作者:
wendal(wendal1985@gmail.com)

构造方法摘要
InterceptorPair(MethodInterceptor methodInterceptor, MethodMatcher methodMatcher)
           
 
方法摘要
 MethodInterceptor getMethodInterceptor()
           
 MethodMatcher getMethodMatcher()
           
 void setMethodInterceptor(MethodInterceptor methodInterceptor)
           
 void setMethodMatcher(MethodMatcher methodMatcher)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

InterceptorPair

public InterceptorPair(MethodInterceptor methodInterceptor,
                       MethodMatcher methodMatcher)
方法详细信息

getMethodInterceptor

public MethodInterceptor getMethodInterceptor()

setMethodInterceptor

public void setMethodInterceptor(MethodInterceptor methodInterceptor)

getMethodMatcher

public MethodMatcher getMethodMatcher()

setMethodMatcher

public void setMethodMatcher(MethodMatcher methodMatcher)