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)
从类 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)