|
Class Summary |
| ComponentOriginalVisitor |
original impleplements for target service components that will be cached |
| HttpSessionProxyVisitor |
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. |
| VisitorFactory |
Factory that get visitors for the container that have been optimized by
cache(HttpSession)
replace this class in container.xml ,we can change HttpSession
with another session type, HttpSession is binding to Web container. |