org.nutz.ioc.aop.config.impl
类 AopConfigrationItem

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

public class AopConfigrationItem
extends java.lang.Object

作者:
wendal(wendal1985@gmail.com)

构造方法摘要
AopConfigrationItem()
           
AopConfigrationItem(java.lang.String className, java.lang.String methodName, java.lang.String interceptor, boolean singleton)
           
 
方法摘要
 java.lang.String getClassName()
           
 java.lang.String getInterceptor()
           
 MethodMatcher getMethodMatcher()
           
 java.lang.String getMethodName()
           
 boolean isSingleton()
           
 boolean matchClassName(java.lang.String className)
           
 void setClassName(java.lang.String className)
           
 void setInterceptor(java.lang.String interceptor)
           
 void setMethodName(java.lang.String methodName)
           
 void setSingleton(boolean singleton)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

AopConfigrationItem

public AopConfigrationItem()

AopConfigrationItem

public AopConfigrationItem(java.lang.String className,
                           java.lang.String methodName,
                           java.lang.String interceptor,
                           boolean singleton)
方法详细信息

getMethodMatcher

public MethodMatcher getMethodMatcher()

matchClassName

public boolean matchClassName(java.lang.String className)

getClassName

public java.lang.String getClassName()

setClassName

public void setClassName(java.lang.String className)

getMethodName

public java.lang.String getMethodName()

setMethodName

public void setMethodName(java.lang.String methodName)

getInterceptor

public java.lang.String getInterceptor()

setInterceptor

public void setInterceptor(java.lang.String interceptor)

isSingleton

public boolean isSingleton()

setSingleton

public void setSingleton(boolean singleton)