UIX 2.2.16

oracle.cabo.image.cache
Class CompositeButtonKeyFactory

java.lang.Object
  |
  +--oracle.cabo.image.cache.CompositeButtonKeyFactory
All Implemented Interfaces:
CacheKeyFactory

public class CompositeButtonKeyFactory
extends java.lang.Object
implements CacheKeyFactory

CacheKeyFactory implementation for composite button keys.


Fields inherited from interface oracle.cabo.image.cache.CacheKeyFactory
CACHE_KEY_FACTORY_PROPERTY
 
Constructor Summary
CompositeButtonKeyFactory()
           
 
Method Summary
 java.lang.Object getCacheKey(ImageContext context, java.util.Dictionary properties)
          Implementation of CacheKeyFactory.getCacheKey().
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompositeButtonKeyFactory

public CompositeButtonKeyFactory()
Method Detail

getCacheKey

public java.lang.Object getCacheKey(ImageContext context,
                                    java.util.Dictionary properties)
Implementation of CacheKeyFactory.getCacheKey().
Specified by:
getCacheKey in interface CacheKeyFactory
Following copied from interface: oracle.cabo.image.cache.CacheKeyFactory
Parameters:
context - The image context
property - The dictionary of requested image properties

UIX 2.2.16