org.apache.myfaces.trinidadinternal.image.cache
Class ColorizedIconKeyFactory

java.lang.Object
  extended by org.apache.myfaces.trinidadinternal.image.cache.ColorizedIconKeyFactory
All Implemented Interfaces:
CacheKeyFactory

public class ColorizedIconKeyFactory
extends java.lang.Object
implements CacheKeyFactory

CacheKeyFactory implementation for colorized icon keys

Version:
$Name: $ ($Revision: adfrt/faces/adf-faces-impl/src/main/java/oracle/adfinternal/view/faces/image/cache/ColorizedIconKeyFactory.java#0 $) $Date: 10-nov-2005.19:06:02 $
Author:
The Oracle ADF Faces Team

Field Summary
 
Fields inherited from interface org.apache.myfaces.trinidadinternal.image.cache.CacheKeyFactory
CACHE_KEY_FACTORY_PROPERTY
 
Constructor Summary
ColorizedIconKeyFactory()
           
 
Method Summary
 java.lang.Object getCacheKey(ImageContext context, java.util.Map<java.lang.Object,java.lang.Object> 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

ColorizedIconKeyFactory

public ColorizedIconKeyFactory()
Method Detail

getCacheKey

public java.lang.Object getCacheKey(ImageContext context,
                                    java.util.Map<java.lang.Object,java.lang.Object> properties)
Implementation of CacheKeyFactory.getCacheKey().

Specified by:
getCacheKey in interface CacheKeyFactory
Parameters:
context - The image context


Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.