com.jdon.container.visitor
类 ComponentOriginalVisitor
java.lang.Object
com.jdon.container.visitor.ComponentOriginalVisitor
- 所有已实现的接口:
- ComponentVisitor, Serializable
public class ComponentOriginalVisitor
- extends Object
- implements ComponentVisitor
original impleplements for target service components that will be cached
this is default concrete class of componentVisitor, configured in contain.xml
- 作者:
- banq
- 另请参见:
ComponentVisitor,
序列化表格
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ComponentOriginalVisitor
public ComponentOriginalVisitor(ContainerCallback containerCallback,
TargetMetaRequestsHolder targetMetaRequestsHolder)
visit
public Object visit()
- find the visitable component from container, and execute it's accept
method, the return result is the tager service object.
- 指定者:
- 接口
ComponentVisitor 中的 visit
- 返回:
- the result of the component run
createSessionContext
public SessionContext createSessionContext()
- 指定者:
- 接口
ComponentVisitor 中的 createSessionContext
Copyright © 2013. All Rights Reserved.