org.apache.myfaces.commons.resourcehandler.resource
Class ResourceHandlerCache.ResourceKey

java.lang.Object
  extended by org.apache.myfaces.commons.resourcehandler.resource.ResourceHandlerCache.ResourceKey
Enclosing class:
ResourceHandlerCache

public static class ResourceHandlerCache.ResourceKey
extends Object


Constructor Summary
ResourceHandlerCache.ResourceKey(String resourceName, String libraryName, String contentType, String localePrefix)
           
 
Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceHandlerCache.ResourceKey

public ResourceHandlerCache.ResourceKey(String resourceName,
                                        String libraryName,
                                        String contentType,
                                        String localePrefix)
Method Detail

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2007-2011 The Apache Software Foundation. All Rights Reserved.