Root element. Contains the configuration for the OnLoadPhaseListener
Defines the navigation rule for a JSF view-id or view-id pattern
The view ID to match. This can be a full view-id or a path
ending with an asterisk. Examples: /myDir/myFile.xhtml, /myDir/my*, *
The EL syntax action name to invoke. This is the same syntax as
when specifying an action in the JSF page.
Example: #{myBean.myActionMethod}
If the result of an action is null or equal to the success result,
nothing is done. If the result is not equal to the success result
the result is used to navigate to a new view based on the
faces configuration file.