com.jdon.container.visitor
接口 VisitorFactory

所有已知实现类:
HttpSessionVisitorFactoryImp

public 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.

作者:
banq


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

方法详细信息

createtVisitor

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

参数:
request -
targetMetaDef -
返回:


Copyright © 2013. All Rights Reserved.