Oracle Fusion Middleware Java API Reference for Oracle ADF Share
11g Release 2 (11.1.2.0.0)

E17486-01

oracle.adf.share.config
Class ConfigUtils

java.lang.Object
  extended by oracle.adf.share.config.ConfigUtils

public class ConfigUtils
extends java.lang.Object


Constructor Summary
ConfigUtils()
           
 
Method Summary
static SessionOptionsFactory findSessionOptionsFactory(ADFContext context)
          Returns the SessionOptionsFactory that may was installed.
static void setSessionOptionsFactory(ADFContext context, SessionOptionsFactory factory)
          Installs a SessionOptionsFactory to be used for customization of the SessionOptions
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigUtils

public ConfigUtils()
Method Detail

findSessionOptionsFactory

public static SessionOptionsFactory findSessionOptionsFactory(ADFContext context)
Returns the SessionOptionsFactory that may was installed.

Parameters:
context -
Returns:
the SessionOptionsFactory if installed

setSessionOptionsFactory

public static void setSessionOptionsFactory(ADFContext context,
                                            SessionOptionsFactory factory)
Installs a SessionOptionsFactory to be used for customization of the SessionOptions

Parameters:
context -
factory -

Oracle Fusion Middleware Java API Reference for Oracle ADF Share
11g Release 2 (11.1.2.0.0)

E17486-01

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