Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 1 (11.1.1)
E10684-05


oracle.adf.view.rich.config
Class RegionManager

java.lang.Object
  extended by oracle.adf.view.rich.config.RegionManager


Deprecated. use the Trinidad RegionManager

public class RegionManager
extends java.lang.Object

Constructor Summary
RegionManager(org.apache.myfaces.trinidad.config.RegionManager manager)
          Deprecated.  

 

Method Summary
 org.apache.myfaces.trinidad.config.RegionConfig getRegionConfig(java.lang.String regionType)
          Deprecated. Gets the RegionConfig for a particular regionType
 java.util.Map<java.lang.String,org.apache.myfaces.trinidad.config.RegionConfig> getRegionConfigs()
          Deprecated. Gets all the registered regions.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

RegionManager

public RegionManager(org.apache.myfaces.trinidad.config.RegionManager manager)
Deprecated. 

Method Detail

getRegionConfigs

public java.util.Map<java.lang.String,org.apache.myfaces.trinidad.config.RegionConfig> getRegionConfigs()
Deprecated. 
Gets all the registered regions.
Returns:
An immutable Map. Each key is a regionType String. Each value is of type RegionConfig.

getRegionConfig

public org.apache.myfaces.trinidad.config.RegionConfig getRegionConfig(java.lang.String regionType)
Deprecated. 
Gets the RegionConfig for a particular regionType
Parameters:
regionType - the component-type of the region
Returns:
null, if the region does not exist.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 1 (11.1.1)
E10684-05


Copyright (c) 1998, 2011, Oracle and/or its affiliates. All rights reserved.