UIX 2.2.15

oracle.cabo.image.cache
Class ButtonKeyFactory

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

public class ButtonKeyFactory
extends java.lang.Object
implements CacheKeyFactory

CacheKeyFactory implementation for button keys.


Fields inherited from interface oracle.cabo.image.cache.CacheKeyFactory
CACHE_KEY_FACTORY_PROPERTY

Constructor Summary
ButtonKeyFactory()

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

ButtonKeyFactory

public ButtonKeyFactory()

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.15