org.apache.commons.ognl.internal.entry
Class MethodPermCacheEntryFactory
java.lang.Object
org.apache.commons.ognl.internal.entry.MethodPermCacheEntryFactory
- All Implemented Interfaces:
- CacheEntryFactory<Method,Boolean>
public class MethodPermCacheEntryFactory
- extends Object
- implements CacheEntryFactory<Method,Boolean>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MethodPermCacheEntryFactory
public MethodPermCacheEntryFactory(SecurityManager securityManager)
create
public Boolean create(Method key)
throws CacheException
- Specified by:
create
in interface CacheEntryFactory<Method,Boolean>
- Throws:
CacheException
setSecurityManager
public void setSecurityManager(SecurityManager securityManager)
Copyright © 1997-2013 The Apache Software Foundation. All Rights Reserved.