Actions that are not handled by the current {@link PageFlowController} "bubble" up to thecurrent GlobalApp instance, which gets a chance to handle them in user-defined action methods. Uncaught exceptions also bubble through the GlobalApp instance, which has a chance to catch them.
Data in the current GlobalApp instance can be accessed by databinding tags using the globalApp
scope.
@deprecated Use a {@link SharedFlowController} instead.
@see PageFlowController
|
|
|
|