|
Oracle UIX API Reference Release 2.1.22.0.0 B12196-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.cabo.servlet.ui.data.BajaDataProvider
DataProvider for serving all the UIX Controller (Baja) related state. This DataProvider will serve the following DataObjects:
ctrl:page
: Page properties
ctrl:pageState
: State properties for current Page
ctrl:eventResult
: EventResult properties
ctrl:httpSession
: HttpSession properties
ctrl:servletContext
: ServletContext properties
ctrl:servletRequest
: ServletRequest attributes
This class will automatically be attached when using a BajaRenderingContext, and it in fact relies on the BajaContext and Page being stored on a RenderingContext in the same places as BajaRenderingContext stores them.
BajaRenderingContext
Constructor Summary | |
BajaDataProvider(BajaContext context)
Creates a BajaDataProvider. |
Method Summary | |
void |
cleanup(RenderingContext context)
RenderingContext implementations must call cleanup() once after the last callto getDataObject(). |
DataObject |
getDataObject(RenderingContext context,
java.lang.String namespace,
java.lang.String name)
|
void |
init(RenderingContext context)
RenderingContext implementations must call init() once before calling getDataObject(). |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BajaDataProvider(BajaContext context)
Method Detail |
public DataObject getDataObject(RenderingContext context, java.lang.String namespace, java.lang.String name)
getDataObject
in interface DataProvider
context
- the current rendering contextnamespace
- the namespace of the requested DataObjectname
- the name of the requested DataObjectpublic void init(RenderingContext context)
init
in interface DataProvider
public void cleanup(RenderingContext context)
cleanup
in interface DataProvider
|
Oracle UIX API Reference Release 2.1.22.0.0 B12196-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |