• Traversing the JSF component tree recursively.

    递归式遍历JSF组件

    youdao

  • Listing 14 shows how the printed component tree looks.

    清单14显示了所打印组件

    youdao

  • First, the framework needs to restore the component tree of the form page.

    首先框架需要恢复表单页面组件

    youdao

  • Using custom tag libraries to construct the component tree in the view root.

    使用自定义标签视图构造组件

    youdao

  • The Reconstitute request tree phase creates a component tree for the requested page.

    重建请求阶段请求的页面创建组件树。

    youdao

  • Pages that represent MVC-style views; pages reference view roots via the JSF component tree.

    呈现mvc样式视图页面;页面通过JSF组件引用视图根(view root)。

    youdao

  • That means whenever a component is created, it must be immediately added to a component tree.

    意味着无论何时组件创建直接被添加组件树中。

    youdao

  • Finally, the Render response phase creates a response component tree and forwards the response.

    最后响应合成阶段生成一个响应组件发送响应。

    youdao

  • Unlike Seam Remoting, Ajax4jsf can communicate changes in the JSF component tree back to the browser.

    SeamRemoting不同,Ajax4jsf可以j sf组件中的更改返回浏览器。

    youdao

  • When it is added to a component tree, but the tree is not visible yet, the peer will be still not created.

    即便添加组件而如果棵树可见那么对等体不会被创建。

    youdao

  • Many GUI toolkits often setup some innate mechanism to avoid this, for example, by a complex lock on a component tree.

    许多GUI工具集都有自己先天性机制解决一问题,例如组件树上的组合锁。

    youdao

  • In this case, the JSF implementation cannot restore the component tree, which must be created in the Render Response phase.

    这种情况下JSF实现不能恢复组件必须RenderResponse阶段创建

    youdao

  • Facelets supports all of the JSF UI components and builds its own component tree, reflecting the view for a JSF application.

    Facelets支持所有JSFUI组件并且构建了自己的组件以反映JSF应用程序视图

    youdao

  • You can use a Facelets TagHandler to inject the logic to decide whether components in the body of a tag are added to the component tree.

    可以使用FaceletsTagHandler注入逻辑决定是否标记中的组件添加组件树中

    youdao

  • The MyFaces tag allows you to store data (including entire backing beans) as part of the component tree rather than just the value bindings.

    MyFaces标记允许数据(包括整个backingbean)存储组件一部分仅仅绑定。

    youdao

  • Part 2 shows how to save the form data of the current view by traversing the JSF component tree and getting the values of the input components.

    第2部分展示了如何通过遍历jsf组件获取输入组件保存当前视图表单数据

    youdao

  • In Part 2 of this series, you'll find more JSF techniques for working with the component tree and controlling the request processing life cycle.

    系列第2部分获得更多有关处理组件控制请求处理生命周期JSF技巧

    youdao

  • After some context initialization, the page is executed and the JSF framework creates a component tree that mirrors the JSF tags used in the Web page.

    进行了某些上下文初始化后,会执行此页面而且JSF框架还会创建组件镜像Web页面所用JSF标记

    youdao

  • JSPs are compiled to create a servlet and are used to render dynamic content, but this content is not always in sync with the component tree JSF produces.

    JSP进行编译创建servlet使用jsp呈现动态内容内容不是始终与JSF所产生组件树保持同步。

    youdao

  • During the Reconstitute Request tree phase, the JSF implementation may register one or more validators for any of the components in the component tree.

    重建请求阶段JSF实现请求树上组件注册一个多个验证器

    youdao

  • The magical tag, IsTypeHandler(), selectively decides if a component gets added to the component tree. The tags calls this.nextHandler.apply(faceletsContext

    神奇标记IsTypeHandler()选择性地决定是否一个组件添加组件中。

    youdao

  • Facelets works and integrates with the JSF component tree so there are no surprises in the output rendered — which can occur when using JSP to render in JSF.

    FaceletsJSF组件结合而运行,因此呈现输出不必感到奇怪——JSF中使用JSP进行呈现时会出现这种情况。

    youdao

  • Next, you'll see how to create a custom component that sets the styleClass attribute for all its nested components, traversing the JSF component tree recursively.

    接下来看到如何创建一个定制组件所有嵌套组件设置styleclass属性递归遍历jsf组件

    youdao

  • In this case, the component tree should have been constructed and saved during the processing of a previous Faces request (see the sidebar on state-saving methods).

    这种情况下组件应该处理之前Faces请求期间构造保存(参见状态保存方法)。

    youdao

  • This article has taught you how to encode and submit form data with Ajax and how to implement a JSF listener that retrieves submitted data from the JSF component tree.

    本文展示如何Ajax编码提交表单数据以及如何实现一个JSF组件检索提交数据的JSF侦听程序。

    youdao

  • Examining the words used in the specification reveals that while the component tree is restored on a postback, the backing bean data used by those components is not restored.

    仔细研究规范中的用词可以发现虽然postback恢复组件,但是那些组件使用backingbean数据没有被恢复。

    youdao

  • This shows how Ruby's method_missing and Blocks are used to allow for some very compact code creating a component tree consisting of a menu_bar holding a menu with one menu_item.

    示例代码则向我们展示了如何使用Ruby的method_missingBlock使得我们可以使用非常精炼代码,创建出一个菜单栏,上面包含了拥有个菜单项的菜单。

    youdao

  • The SetupComponent class, which was presented in Part 1, traverses the JSF component tree, allowing you to change the attributes of the nested components right before their rendering.

    SetupComponent 第 1 部分 中介绍过)遍JSF组件允许呈现嵌套组件之前更改属性

    youdao

  • If model data referenced by a value binding expression is no longer available or has changed prior to the component tree being restored, it can result in portions of the tree being dropped.

    如果一个绑定表达式引用模型数据不再可用或者组件恢复之前发生了更改,那么组件树的一些部分将被撤销。

    youdao

  • Before this last phase, the component tree does not exist, and after rendering the response, it is too late to update the component styles because the HTML output has already been generated.

    最后阶段之前,组件并不存在呈现响应之后更新组件样式太晚了,因为HTML输出已经生成

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定