UIX 2.2.16

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 Servlet application.
UIXRequestListener Interface for listening to the lifecycle of an individual request.
 

Class Summary
AbstractDataEventHandler AbstractDataEventHandler is the base implementation of the EventHandler interface which adds support for data binding attributes.
BasePageFlowEngine Base implementation of PageFlowEngine.
CompoundEventHandler The CompoundEventHandler chains together a array of event handlers, until event result causes a page navigation.
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.
InvokeEventHandler Invokes a method
InvokeEventHandler.MethodParameter This class combines a parameter type with its value.
InvokeEventHandler.MethodParameter.ParserFactory  
MethodEventHandler EventHandler that binds to a method with introspection.
NullEventHandler Implementation of a do-nothing EventHandler.
PageEventImpl Class for events triggered on a Page.
SetEventHandler Sets a property value on a target MutableDataObject.
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.
UIXRequestEvent Class for an event tracking the lifecycle of an individual request.
 

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.
 


UIX 2.2.16