org.apache.commons.ognl.internal.entry
Class MethodPermCacheEntryFactory

java.lang.Object
  extended by org.apache.commons.ognl.internal.entry.MethodPermCacheEntryFactory
All Implemented Interfaces:
CacheEntryFactory<Method,Boolean>

public class MethodPermCacheEntryFactory
extends Object
implements CacheEntryFactory<Method,Boolean>


Constructor Summary
MethodPermCacheEntryFactory(SecurityManager securityManager)
           
 
Method Summary
 Boolean create(Method key)
           
 void setSecurityManager(SecurityManager securityManager)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodPermCacheEntryFactory

public MethodPermCacheEntryFactory(SecurityManager securityManager)
Method Detail

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.