Class Summary |
BasePageFlowEngine |
Base implementation of PageFlowEngine. |
EventResult |
Holder for the results of an event
|
GoEventHandler |
An EventHandler that supports explicitly going to a
named page, and adding page properties either statically or
dynamically based on values in the PageEvent . |
MethodEventHandler |
EventHandler that binds to a method with introspection. |
NullEventHandler |
Implementation of a do-nothing EventHandler. |
PageEventImpl |
Class for events triggered on a Page. |
TableEventHandler |
Implementation of EventHandler that will dispatch to other
event handlers based either or both the event name and event source. |
TrivialPageFlowEngine |
Trivial (and default) implementation of PageFlowEngine used
by AbstractPageBroker. |