Class Summary |
BajaDataProvider |
DataProvider for serving all the UIX Servlet related state. |
EventBoundValue |
BoundValue that will take an URL and append enough to turn it into a UIX Servlet event. |
EventResultDataObject |
Turns an EventResult object into a DataObject, so they can be used as generic data objects for any interface that takes DataObjects. |
HttpSessionDataObject |
Deprecated. This is equivalent to the oracle.cabo.ui version. |
PageDataObject |
Turns a Page object into a DataObject, so they can be used as generic data objects for any interface that takes DataObjects. |
PageEventDataObject |
Turns a PageEvent into a DataObject, so they can be used as generic data objects for any interface that takes DataObjects. |
PageEventFlattenedDataSet |
Implementation of a DataSet that extracts values from a PageEvent's parameters. |
PageIncludeBoundValue |
BoundValue implementation that will point to the root UINode of another Page. |
PageURLBoundValue |
BoundValue implementation that will dynamically encode an URL to point to a UIX Servlet page. |
PageURLBoundValue.Parameter |
A single parameter of an URL. |
SelectedPageBoundValue |
BoundValue implementation that will return true if the current page matches the given page name. |
ServletContextDataObject |
Deprecated. This is equivalent to the oracle.cabo.ui version. |
ServletRequestDataObject |
Deprecated. This is equivalent to the oracle.cabo.ui version. |
StateDataObject |
Turns a State object into a DataObject, so they can be used as generic data objects for any interface that takes DataObjects. |