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

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

public class FlippedIconKeyFactory
extends java.lang.Object
implements CacheKeyFactory

CacheKeyFactory implementation for flipped icon keys

Version:
$Name: $ ($Revision: adfrt/faces/adf-faces-impl/src/main/java/oracle/adfinternal/view/faces/image/cache/FlippedIconKeyFactory.java#0 $) $Date: 10-nov-2005.19:06:07 $
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
FlippedIconKeyFactory()
           
 
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

FlippedIconKeyFactory

public FlippedIconKeyFactory()
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.