From an initial view, JSF advances directly to the render response phase.
JSF可以直接从原始视图过渡到进行响应的阶段。
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方法。
应用推荐