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

E10652-05

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

BindingUtils

public BindingUtils()
Method Detail

isBindingContextPresent

public static boolean isBindingContextPresent()
This check if the BindingContext exist without forcing the loading of the BindingContext class. This routine is used to find out if ADFm is present in the current application.


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.

Returns:

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.4.0)

E10652-05

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