欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

seam 上下文  

程序员文章站 2022-07-16 16:37:22
...
seam 把它的上下文绑定到HttpSession
   seam 获取HttpRequest :
ServletContexts.getInstance().getRequest()

  servlet访问seam组件:
EmployeeQuery employeeQuery = (EmployeeQuery) Component.getInstance(EmployeeQuery.class);

seam 自己又有conversation  SESSION 等等作用域