com.jdon.container.visitor.http
类 NoSessionProxyComponentVisitor

java.lang.Object
  继承者 com.jdon.container.visitor.http.NoSessionProxyComponentVisitor
所有已实现的接口:
ComponentVisitor, Serializable

public class NoSessionProxyComponentVisitor
extends Object
implements ComponentVisitor

另请参见:
序列化表格

构造方法摘要
NoSessionProxyComponentVisitor(ComponentVisitor componentVisitor, TargetMetaRequestsHolder targetMetaRequestsHolder)
           
 
方法摘要
 SessionContext createSessionContext()
           
 Object visit()
          using this method, the component that implements Visitable interface will be executed, and return the running result.
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

NoSessionProxyComponentVisitor

public NoSessionProxyComponentVisitor(ComponentVisitor componentVisitor,
                                      TargetMetaRequestsHolder targetMetaRequestsHolder)
方法详细信息

visit

public Object visit()
从接口 ComponentVisitor 复制的描述
using this method, the component that implements Visitable interface will be executed, and return the running result.

指定者:
接口 ComponentVisitor 中的 visit
返回:
the result of the component run

createSessionContext

public SessionContext createSessionContext()
指定者:
接口 ComponentVisitor 中的 createSessionContext


Copyright © 2013. All Rights Reserved.