com.jdon.domain.advsior
类 ModelAdvisor
java.lang.Object
com.jdon.domain.advsior.ModelAdvisor
- 所有已实现的接口:
- Startable
public class ModelAdvisor
- extends Object
- implements Startable
when a model with a @Introduce annotation is injected to another model, the
injected model will be enhanced using cglib.
for example:
- 作者:
- xmuzyu banq
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ModelAdvisor
public ModelAdvisor(ContainerCallback containerCallback,
ModelProxyFactory modelProxyFactory)
createProxy
public Object createProxy(Object model)
getAdviceName
public List getAdviceName(Object model)
isAcceptable
public boolean isAcceptable(Class classz)
start
public void start()
- 从接口
Startable 复制的描述
- Start this component.
- 指定者:
- 接口
Startable 中的 start
stop
public void stop()
- 从接口
Startable 复制的描述
- Stop this component.
- 指定者:
- 接口
Startable 中的 stop
Copyright © 2013. All Rights Reserved.