|
This allows the designation of handler which its processing
could result into navigation to the defined path. This restricts navigations to
the defined path to going through the handling object and the method, if the
latter is included.
{<handler-object>.callMethod}
Depending on the semantic used on the platform, it could
either be construed, that events that are result of invoking the handler object
or optionally through its method, would result in navigating to the current
path.
Or else, only events that are result of handling by a
handler object or optionally through its method, that could navigate to the
current path. The earlier is an access rule, whereas the latter aids in flow
logic.
|