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

java.lang.Object
  extended by org.apache.commons.ognl.internal.entry.MethodCacheEntryFactory<DeclaredMethodCacheEntry>
      extended by org.apache.commons.ognl.internal.entry.DeclaredMethodCacheEntryFactory
All Implemented Interfaces:
CacheEntryFactory<DeclaredMethodCacheEntry,Map<String,List<Method>>>

public class DeclaredMethodCacheEntryFactory
extends MethodCacheEntryFactory<DeclaredMethodCacheEntry>

User: mcucchiara Date: 13/10/11 Time: 13.00


Constructor Summary
DeclaredMethodCacheEntryFactory()
           
 
Method Summary
protected  boolean shouldCache(DeclaredMethodCacheEntry key, Method method)
           
 
Methods inherited from class org.apache.commons.ognl.internal.entry.MethodCacheEntryFactory
create
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeclaredMethodCacheEntryFactory

public DeclaredMethodCacheEntryFactory()
Method Detail

shouldCache

protected boolean shouldCache(DeclaredMethodCacheEntry key,
                              Method method)
Specified by:
shouldCache in class MethodCacheEntryFactory<DeclaredMethodCacheEntry>


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