org.apache.commons.ognl.internal
Class ClassCacheHandler

java.lang.Object
  extended by org.apache.commons.ognl.internal.ClassCacheHandler

public class ClassCacheHandler
extends Object


Method Summary
static
<T> T
getHandler(Class<?> forClass, ClassCache<T> handlers)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getHandler

public static <T> T getHandler(Class<?> forClass,
                               ClassCache<T> handlers)
                    throws CacheException
Throws:
CacheException


Copyright © 1997-2013 The Apache Software Foundation. All Rights Reserved.