Finally, the Render response phase creates a response component tree and forwards the response.
最后,响应合成阶段生成一个响应组件树并发送响应。
When the value is rendered back to the view, JSF will call the getAsString method in the render response phase.
如果该值被返回呈现在视图中,那么 JSF将在呈现响应阶段调用getAsString方法。
In this case, the JSF implementation cannot restore the component tree, which must be created in the Render Response phase.
在这种情况下,JSF实现不能恢复组件树,此树必须在Render Response阶段创建。
Therefore, the default styles must be set during the execution of the render Response phase before rendering the components.
因此,默认的样式必须在呈现组件之前的Render Response阶段执行期间设置。
Page actions are specified using method bindings that are executed when entering a page, just prior to the Render Response phase.
页面动作是使用方法绑定指定的,方法绑定在进入页面时、Render Response阶段之前执行。
Instead, the event handler for the category list populates the subcategories and forces JSF to skip to the render response phase.
相反,类清单的事件处理程序会生成子目录,并强制jsf跳过进行响应的阶段。
If the value conversion fails, an error message is generated and queued in the FacesContext, where it will be displayed during the render response phase, along with any validation errors.
如果值的转换失败了,那么就会生成一个错误消息,并在FacesContext中进行排队,在产生响应的阶段会显示其中的消息,同时还会显示所有的验证错误。
No matter which JSF version you use, the JSF tag handlers create the component instances during the Render Response phase if the component tree hasn't been restored in the restore View phase.
不管使用的是哪个JSF版本,如果组件树没有在RestoreView阶段恢复,JSF标记处理程序将会在Render Response阶段创建组件实例。
As the client response is already committed during the render phase, these cookies are not transmitted to the client and thus are lost on subsequent requests.
当客户端响应已经在呈现阶段中提交时,这些Cookie未传输到客户端,从而在后续的请求中丢失。
As the client response is already committed during the render phase, these cookies are not transmitted to the client and thus are lost on subsequent requests.
当客户端响应已经在呈现阶段中提交时,这些Cookie未传输到客户端,从而在后续的请求中丢失。
应用推荐