org.apache.commons.ognl.internal.entry
Class MethodAccessCacheEntryFactory
java.lang.Object
org.apache.commons.ognl.internal.entry.MethodAccessCacheEntryFactory
- All Implemented Interfaces:
- CacheEntryFactory<Method,MethodAccessEntryValue>
public class MethodAccessCacheEntryFactory
- extends Object
- implements CacheEntryFactory<Method,MethodAccessEntryValue>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INACCESSIBLE_NON_PUBLIC_METHOD
public static final MethodAccessEntryValue INACCESSIBLE_NON_PUBLIC_METHOD
ACCESSIBLE_NON_PUBLIC_METHOD
public static final MethodAccessEntryValue ACCESSIBLE_NON_PUBLIC_METHOD
PUBLIC_METHOD
public static final MethodAccessEntryValue PUBLIC_METHOD
MethodAccessCacheEntryFactory
public MethodAccessCacheEntryFactory()
create
public MethodAccessEntryValue create(Method method)
throws CacheException
- Specified by:
create
in interface CacheEntryFactory<Method,MethodAccessEntryValue>
- Throws:
CacheException
Copyright © 1997-2013 The Apache Software Foundation. All Rights Reserved.