Com.ibm.faces.trace.IGNORE_REQUEST_SCOPE false When set to true, excludes all request-scoped objects from the trace.
IGNORE_REQUEST_SCOPE假当该值设置为真时,从追踪中会排除所有会话范围内的对象。
Listing 5 demonstrates how you might prepare a collection of courses in your request-scoped backing bean using native JSF.
清单5展示了如何使用本地J SF在作用域为该请求的支持bean中准备一个课程集合。
The ODRs will route the incoming HTTP requests in an “application scoped” fashion to any target server capable of servicing the request.
ODR将以 “应用程序为作用域”把传入的HTTP请求路由到任何能够处理请求的目标服务器中。
Modern web frameworks have session and request scoped components and handle the dependency injection for them as those scopes come into life.
现代Web框架还有会话、请求等不同作用域范围的组件,框架会在进入作用域的时候相应地处理依赖注入。
A downside of the Open Session in View pattern is that the persistence-context object is effectively scoped to a user request.
OpenSessioninView模式的一个缺点是持久化上下文对象被高效地划定到用户请求作用域内。
Conversation-scoped beans are trickier, though, because they are associated with an HTTP request based on the presence of the conversation token.
conversation作用域内的bean需要更多技巧,因为它们基于对话令牌的存在而与HTTP请求相关联。
Referencing session-scoped beans requires no extra work because they are always available to an HTTP request made within the same browser session.
引用conversation作用域内的bean不需要任何额外的工作,原因是这些bean总是对在同一个浏览器对话中发出的HTTP请求可用。
Referencing session-scoped beans requires no extra work because they are always available to an HTTP request made within the same browser session.
引用conversation作用域内的bean不需要任何额外的工作,原因是这些bean总是对在同一个浏览器对话中发出的HTTP请求可用。
应用推荐