|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectcom.jdon.container.visitor.http.HttpSessionVisitorFactoryImp
public class HttpSessionVisitorFactoryImp
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
| 构造方法摘要 | |
|---|---|
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 |
| 构造方法详细信息 |
|---|
public HttpSessionVisitorFactoryImp(ComponentVisitor componentVisitor,
TargetMetaRequestsHolder targetMetaRequestsHolder,
HttpSessionVisitorFactorySetup httpSessionVisitorFactorySetup)
componentVisitor - | 方法详细信息 |
|---|
public ComponentVisitor createtVisitor(SessionWrapper session,
TargetMetaDef targetMetaDef)
VisitorFactory 中的 createtVisitorrequest - targetMetaDef -
public ComponentVisitor createtSessionVisitor(SessionWrapper session,
TargetMetaDef targetMetaDef)
public void start()
Startable 复制的描述
Startable 中的 startpublic void stop()
Startable 复制的描述
Startable 中的 stop
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||