Oracle Fusion Middleware Java API Reference for Oracle ADF Lifecycle
11g Release 1 (11.1.1.1.0)

E10652-02

oracle.adf.controller.binding
Class BindingUtils

java.lang.Object
  extended by oracle.adf.controller.binding.BindingUtils

public class BindingUtils
extends java.lang.Object

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 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

BindingUtils

public BindingUtils()
Method Detail

getBindingContext

public static oracle.adf.model.BindingContext getBindingContext(java.util.Map sessionMap)
Retrieve the BindingContext object from the session.

Parameters:
sessionMap - the map of objects in the session scope.

getBindingContext

public static oracle.adf.model.BindingContext getBindingContext()
Retrieve the BindingContext object for the current session.


setBindingELVariable

public 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.

Parameters:
requestMap - the request parameter map
bindings - the previous binding container used for the 'bindings' variable.
Returns:
previous binding container used for the 'bindings' variable.

setBindingELVariable

public 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.

Parameters:
bindings - the previous binding container used for the 'bindings' variable.
Returns:
previous binding container used for the 'bindings' variable.

Oracle Fusion Middleware Java API Reference for Oracle ADF Lifecycle
11g Release 1 (11.1.1.1.0)

E10652-02

Copyright © 1997, 2009, Oracle. All rights reserved.