com.jdon.container.visitor.http
类 HttpSessionVisitorFactoryImp

java.lang.Object
  继承者 com.jdon.container.visitor.http.HttpSessionVisitorFactoryImp
所有已实现的接口:
Startable, VisitorFactory

public class HttpSessionVisitorFactoryImp
extends Object
implements VisitorFactory, Startable

the factory of ComponentVisitor's one sub-class HttpSessionComponentVisitor if you replace this class with your Session Implementations , modify contain.xml about this class call this class by name :com.jdon.container.finder.ComponentKeys.VISITOR_FACTORY used in UserTargetMetaDefFactory.createTargetMetaRequest(TargetMetaDef, com.jdon.controller.context.ContextHolder) ComponentVisitor is ComponentOriginalVisitor that configured in contain.xml

作者:
banq

构造方法摘要
HttpSessionVisitorFactoryImp(ComponentVisitor componentVisitor, TargetMetaRequestsHolder targetMetaRequestsHolder, HttpSessionVisitorFactorySetup httpSessionVisitorFactorySetup)
           
 
方法摘要
 ComponentVisitor createtSessionVisitor(SessionWrapper session, TargetMetaDef targetMetaDef)
           
 ComponentVisitor createtVisitor(SessionWrapper session, TargetMetaDef targetMetaDef)
          return a ComponentVisitor with cache. the httpSession is used for optimizing the component performance
 void start()
          Start this component.
 void stop()
          Stop this component.
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

HttpSessionVisitorFactoryImp

public HttpSessionVisitorFactoryImp(ComponentVisitor componentVisitor,
                                    TargetMetaRequestsHolder targetMetaRequestsHolder,
                                    HttpSessionVisitorFactorySetup httpSessionVisitorFactorySetup)
参数:
componentVisitor -
方法详细信息

createtVisitor

public ComponentVisitor createtVisitor(SessionWrapper session,
                                       TargetMetaDef targetMetaDef)
return a ComponentVisitor with cache. the httpSession is used for optimizing the component performance

指定者:
接口 VisitorFactory 中的 createtVisitor
参数:
request -
targetMetaDef -
返回:

createtSessionVisitor

public ComponentVisitor createtSessionVisitor(SessionWrapper session,
                                              TargetMetaDef targetMetaDef)

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.