| 类 | 说明 |
|---|---|
| HttpRequestUserSetup | |
| HttpSessionProxyComponentVisitor |
using HttpSession as those components that need be cached
now there are three kinds type: ComponentKeys.PROXYINSTANCE_FACTORY
ComponentKeys.TARGETSERVICE_FACTORY; ComponentKeys.SESSIONCONTEXT_FACTORY;
PROXYINSTANCE_FACTORY and TARGETSERVICE_FACTORY are the factorys that create
components that need be optimized, if every time create these components, it
will cost performance.
|
| 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 |
| HttpSessionVisitorFactorySetup | |
| NoSessionProxyComponentVisitor |
Copyright © 2018. All rights reserved.