Class DeclaredMethodCacheEntryFactory
- java.lang.Object
-
- org.apache.commons.ognl.internal.entry.MethodCacheEntryFactory<DeclaredMethodCacheEntry>
-
- 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
Constructors Constructor Description DeclaredMethodCacheEntryFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleanshouldCache(DeclaredMethodCacheEntry key, Method method)-
Methods inherited from class org.apache.commons.ognl.internal.entry.MethodCacheEntryFactory
create
-
-
-
-
Method Detail
-
shouldCache
protected boolean shouldCache(DeclaredMethodCacheEntry key, Method method)
- Specified by:
shouldCachein classMethodCacheEntryFactory<DeclaredMethodCacheEntry>
-
-