com.jdon.domain.advsior
类 ComponentAdvsior

java.lang.Object
  继承者 com.jdon.domain.advsior.ComponentAdvsior

public class ComponentAdvsior
extends Object

in container, when a component inject into another component or a model, the advisor will create a proxy for injected class with its interfaces. the condition for creating proxy: 1. the inject component class has @Introduce 2. the inject component class has its interfaces 3. the inject component class's componet name is in the another class's target parameter with @Interceptor(name="", target="xx,xx")

作者:
banq

字段摘要
static String NAME
           
 
构造方法摘要
ComponentAdvsior(ContainerCallback containerCallback)
           
 
方法摘要
 Object createProxy(Object o)
           
 Class[] getInterfaces(Class pojoClass)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

NAME

public static final String NAME
另请参见:
常量字段值
构造方法详细信息

ComponentAdvsior

public ComponentAdvsior(ContainerCallback containerCallback)
方法详细信息

createProxy

public Object createProxy(Object o)

getInterfaces

public Class[] getInterfaces(Class pojoClass)


Copyright © 2013. All Rights Reserved.