Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

oracle.cabo.ui.collection
Class FixedDelegatingContextMap

java.lang.Object
  |
  +--oracle.cabo.ui.collection.ContextMapProxy
        |
        +--oracle.cabo.ui.collection.FixedDelegatingContextMap
All Implemented Interfaces:
ContextMap

public class FixedDelegatingContextMap
extends ContextMapProxy

ContextMap that delegates sets to one ContextMap and gets to another.


Constructor Summary
FixedDelegatingContextMap(ContextMap mutatorMap, ContextMap accessorMap)
           
 
Method Summary
protected  ContextMap getAccessorContextMap(RenderingContext context)
           
protected  ContextMap getMutatorContextMap()
           
 
Methods inherited from class oracle.cabo.ui.collection.ContextMapProxy
get, getContextMap, keys, set
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FixedDelegatingContextMap

public FixedDelegatingContextMap(ContextMap mutatorMap,
                                 ContextMap accessorMap)
Method Detail

getAccessorContextMap

protected ContextMap getAccessorContextMap(RenderingContext context)
Overrides:
getAccessorContextMap in class ContextMapProxy

getMutatorContextMap

protected ContextMap getMutatorContextMap()
Overrides:
getMutatorContextMap in class ContextMapProxy

Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

Copyright © 2002,2003, Oracle. All Rights Reserved.