UIX 2.2.15

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

UIX 2.2.15