软件包 com.jdon.container.visitor

接口摘要
ComponentVisitor Visitor pattern ComponentVisitor is a actor of Visitor, it do not need many access method, such as: visitAcomponent(); visitBcomponent(); ...
Visitable all components that runnung result need cache in container must implements this interface.
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.
 

类摘要
ComponentOriginalVisitor original impleplements for target service components that will be cached this is default concrete class of componentVisitor, configured in contain.xml
ComponentsboxsInSession  
 



Copyright © 2013. All Rights Reserved.