wt.inf.container
Class ContextProviderDelegateFactory.CacheKey

java.lang.Object
  extended bywt.inf.container.ContextProviderDelegateFactory.CacheKey
Enclosing class:
ContextProviderDelegateFactory

private static final class ContextProviderDelegateFactory.CacheKey
extends Object


Field Summary
(package private)  Class containerClass
           
(package private)  String selector
           
 
Constructor Summary
private ContextProviderDelegateFactory.CacheKey(Class c, String s)
           
 
Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

containerClass

final Class containerClass

selector

final String selector
Constructor Detail

ContextProviderDelegateFactory.CacheKey

private ContextProviderDelegateFactory.CacheKey(Class c,
                                                String s)
Method Detail

equals

public boolean equals(Object o)

hashCode

public int hashCode()