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, 序列化表格

构造方法摘要
ComponentOriginalVisitor(ContainerCallback containerCallback, TargetMetaRequestsHolder targetMetaRequestsHolder)
           
 
方法摘要
 SessionContext createSessionContext()
           
 Object visit()
          find the visitable component from container, and execute it's accept method, the return result is the tager service object.
 
从类 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.