| 
Oracle Fusion Middleware Java API Reference for Oracle ADF Lifecycle 11g Release 2 (11.1.2.4.0) E17481-05  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.adf.controller.binding.BindingUtils
public class BindingUtils
Common binding container related operations.
| Constructor Summary | |
|---|---|
BindingUtils()
 | 
|
| Method Summary | |
|---|---|
static oracle.adf.model.BindingContext | 
getBindingContext()
Retrieve the BindingContext object for the current session.  | 
static oracle.adf.model.BindingContext | 
getBindingContext(java.util.Map sessionMap)
Retrieve the BindingContext object from the session.  | 
static boolean | 
isBindingContextPresent()
This check if the BindingContext exist without forcing the loading of the BindingContext class.  | 
static oracle.adf.model.RegionBinding | 
setBindingELVariable(java.util.Map requestMap,
                     oracle.adf.model.RegionBinding bindings)
Set the 'bindings' EL variable to point to the binding container passed as parameter.  | 
static oracle.adf.model.RegionBinding | 
setBindingELVariable(oracle.adf.model.RegionBinding bindings)
Set the 'bindings' EL variable to point to the binding container passed as parameter.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public BindingUtils()
| Method Detail | 
|---|
public static boolean isBindingContextPresent()
public static oracle.adf.model.BindingContext getBindingContext(java.util.Map sessionMap)
sessionMap - the map of objects in the session scope.public static oracle.adf.model.BindingContext getBindingContext()
public static oracle.adf.model.RegionBinding setBindingELVariable(java.util.Map requestMap,
                                                                  oracle.adf.model.RegionBinding bindings)
requestMap - the request parameter mapbindings - the previous binding container used for the 'bindings'
 variable.
public static oracle.adf.model.RegionBinding setBindingELVariable(oracle.adf.model.RegionBinding bindings)
bindings - the previous binding container used for the 'bindings'
 variable.
  | 
Oracle Fusion Middleware Java API Reference for Oracle ADF Lifecycle 11g Release 2 (11.1.2.4.0) E17481-05  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||