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

E10651-05

oracle.adf.controller.config
Class ControllerSettings

java.lang.Object
  extended by oracle.adf.controller.config.ControllerSettings

public class ControllerSettings
extends java.lang.Object

Provides access to the initialization parameters for ADF Controller.
The parameters are specified inside adf-settings.xml.
For example


Field Summary
static java.lang.String CONTROLLER_LIFECYCLE
          Element name for <lifecycle>.
static java.lang.String CONTROLLER_PHASE_LISTENER
          Element name for <phase-listener>.
 
Method Summary
static java.util.Map getCurrent()
          Gets the current ControllerSettings from the current ADFContext.
static java.util.Map<java.lang.String,PhaseListenerDefinition> getPhaseListeners()
          Gets the set of Phase Listeners.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONTROLLER_LIFECYCLE

public static final java.lang.String CONTROLLER_LIFECYCLE
Element name for <lifecycle>.

See Also:
Constant Field Values

CONTROLLER_PHASE_LISTENER

public static final java.lang.String CONTROLLER_PHASE_LISTENER
Element name for <phase-listener>.

See Also:
Constant Field Values
Method Detail

getCurrent

public static java.util.Map getCurrent()
Gets the current ControllerSettings from the current ADFContext.

Returns:
The map of controller properties.

getPhaseListeners

public static java.util.Map<java.lang.String,PhaseListenerDefinition> getPhaseListeners()
Gets the set of Phase Listeners.

Returns:
Map of PhaseListeners

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

E10651-05

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