|
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.ui.data.servlet.ServletContextDataObject
Turns the attributes of a ServletContext object into a DataObject, so they can be used as generic data objects for any interface that takes DataObjects.
| Constructor Summary | |
ServletContextDataObject(javax.servlet.ServletContext servletContext)
|
|
| Method Summary | |
java.lang.Object |
selectValue(RenderingContext context,
java.lang.Object select)
Given a select string, returns the value matching that selection. |
void |
updateValue(RenderingContext context,
java.lang.Object select,
java.lang.Object value)
Given a select string, updates the value matching that selection. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ServletContextDataObject(javax.servlet.ServletContext servletContext)
| Method Detail |
public java.lang.Object selectValue(RenderingContext context,
java.lang.Object select)
DataObjectselectValue in interface DataObjectoracle.cabo.ui.data.DataObjectcontext - the current rendering contextselect - a select criterion, syntax as defined by the data object
public void updateValue(RenderingContext context,
java.lang.Object select,
java.lang.Object value)
MutableDataObjectupdateValue in interface MutableDataObjectoracle.cabo.ui.data.MutableDataObjectcontext - the current rendering contextselect - a select criterion, syntax as defined by the data objectvalue - the new value associated with this select criterion
|
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 | ||||||||