com.liferay.portal.kernel.util
Class MethodCache

java.lang.Object
  extended by com.liferay.portal.kernel.util.MethodCache

public class MethodCache
extends java.lang.Object

Author:
Michael C. Han, Shuyang Zhou

Constructor Summary
MethodCache()
           
 
Method Summary
protected static java.lang.reflect.Method get(MethodKey methodKey)
           
static void reset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodCache

public MethodCache()
Method Detail

reset

public static void reset()

get

protected static java.lang.reflect.Method get(MethodKey methodKey)
                                       throws java.lang.NoSuchMethodException
Throws:
java.lang.NoSuchMethodException
See Also:
MethodKey