Package oracle.cabo.servlet.event

Interface Summary
EventHandler Interface for handling an event.
PageEvent Class for events triggered on a Page.
PageFlowEngine Hook for controlling page flow in a UIX Controller (Baja) application.
 

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.
 

Exception Summary
ErrorTextException Exception class that will trigger the UI framework to automatically display an error message based on the error text passed to the constructor.
PageEventException Exception for failure of a PageEvent.
UnhandledEventException Exception thrown when the event sent from the client is completely unhandled.