org.apache.myfaces.tobago.context
Class ResourceManagerImpl.CacheKey

java.lang.Object
  extended by org.apache.myfaces.tobago.context.ResourceManagerImpl.CacheKey
Enclosing class:
ResourceManagerImpl

public static final class ResourceManagerImpl.CacheKey
extends Object


Constructor Summary
ResourceManagerImpl.CacheKey(String clientPropertyId, Locale locale, String name, org.apache.myfaces.tobago.context.ResourceManagerImpl.CacheType type)
           
ResourceManagerImpl.CacheKey(String clientPropertyId, Locale locale, String name, String key)
           
 
Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceManagerImpl.CacheKey

public ResourceManagerImpl.CacheKey(String clientPropertyId,
                                    Locale locale,
                                    String name,
                                    String key)

ResourceManagerImpl.CacheKey

public ResourceManagerImpl.CacheKey(String clientPropertyId,
                                    Locale locale,
                                    String name,
                                    org.apache.myfaces.tobago.context.ResourceManagerImpl.CacheType type)
Method Detail

setName

public void setName(String name)

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2002-2006 Apache Software Foundation. All Rights Reserved.