Package ognl.internal.entry
Class DeclaredMethodCacheEntryFactory
- java.lang.Object
-
- ognl.internal.entry.MethodCacheEntryFactory<DeclaredMethodCacheEntry>
-
- ognl.internal.entry.DeclaredMethodCacheEntryFactory
-
- All Implemented Interfaces:
CacheEntryFactory<DeclaredMethodCacheEntry,java.util.Map<java.lang.String,java.util.List<java.lang.reflect.Method>>>
public class DeclaredMethodCacheEntryFactory extends MethodCacheEntryFactory<DeclaredMethodCacheEntry>
-
-
Constructor Summary
Constructors Constructor Description DeclaredMethodCacheEntryFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleanshouldCache(DeclaredMethodCacheEntry key, java.lang.reflect.Method method)-
Methods inherited from class ognl.internal.entry.MethodCacheEntryFactory
create
-
-
-
-
Method Detail
-
shouldCache
protected boolean shouldCache(DeclaredMethodCacheEntry key, java.lang.reflect.Method method)
- Specified by:
shouldCachein classMethodCacheEntryFactory<DeclaredMethodCacheEntry>
-
-