View Root - caf_f:view

Attributes 
NameRequiredTypeDescription
afterPhasefalsejavax.el.MethodExpression
(signature must match void afterPhase(javax.faces.event.PhaseEvent))
MethodBinding pointing to a method that takes a javax.faces.event.PhaseEvent and returns void. This method will be called after every phase except for restore view.
appNavBeanfalsejavax.el.ValueExpression
(must evaluate to com.webmethods.caf.faces.bean.nav.BaseAppNavBean)
Web application navigation bean to use
beforePhasefalsejavax.el.MethodExpression
(signature must match void beforePhase(javax.faces.event.PhaseEvent))
MethodBinding pointing to a method that takes a javax.faces.event.PhaseEvent and returns void. This method will be called before every phase except for restore view.
disableDynamicMessageUpdatefalsejavax.el.ValueExpression
(must evaluate to boolean)
True to disable messages controls from being updated dynamically on the client

If not specified, the default value is "false".

localefalsejavax.el.ValueExpression
(must evaluate to java.util.Locale)
A locale to be used instead of the default
pageManagedBeanfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Page managed bean associated with this view.
preferencesBeanfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Preferences managed bean associated with this view.
renderKitIdfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Identifier for the RenderKit to use for rendering this page.

Output generated by Vdldoc View Declaration Language Documentation Generator.