Uses of Class
org.apache.commons.ognl.internal.CacheException
-
Packages that use CacheException Package Description org.apache.commons.ognl org.apache.commons.ognl.internal org.apache.commons.ognl.internal.entry -
-
Uses of CacheException in org.apache.commons.ognl
Methods in org.apache.commons.ognl that throw CacheException Modifier and Type Method Description static Class<?>[]
OgnlRuntime. findParameterTypes(Class<?> type, Method method)
List<Constructor<?>>
OgnlCache. getConstructor(Class<?> clazz)
Map<String,Field>
OgnlCache. getField(Class<?> clazz)
Class<?>[]
OgnlCache. getGenericMethodParameterTypes(GenericMethodParameterTypeCacheEntry key)
Permission
OgnlCache. getInvokePermission(PermissionCacheEntry permissionCacheEntry)
Map<String,List<Method>>
OgnlCache. getMethod(DeclaredMethodCacheEntry declaredMethodCacheEntry)
MethodAccessEntryValue
OgnlCache. getMethodAccess(Method method)
Class<?>[]
OgnlCache. getMethodParameterTypes(Method method)
boolean
OgnlCache. getMethodPerm(Method method)
Class<?>[]
OgnlCache. getParameterTypes(Constructor<?> constructor)
static Class<?>[]
OgnlRuntime. getParameterTypes(Constructor<?> constructor)
Returns the parameter types of the given method.static Class<?>[]
OgnlRuntime. getParameterTypes(Method method)
Returns the parameter types of the given method.static Permission
OgnlRuntime. getPermission(Method method)
Permission will be named "invoke.. ". Map<String,PropertyDescriptor>
OgnlCache. getPropertyDescriptor(Class<?> clazz)
static Object
OgnlRuntime. invokeMethod(Object target, Method method, Object[] argsArray)
-
Uses of CacheException in org.apache.commons.ognl.internal
Methods in org.apache.commons.ognl.internal that throw CacheException Modifier and Type Method Description V
Cache. get(K key)
V
ClassCacheImpl. get(Class<?> key)
V
ConcurrentHashMapCache. get(K key)
V
HashMapCache. get(K key)
V
ReentrantReadWriteLockCache. get(K key)
static <T> T
ClassCacheHandler. getHandler(Class<?> forClass, ClassCache<T> handlers)
protected boolean
ConcurrentHashMapCache. shouldCreate(CacheEntryFactory<K,V> cacheEntryFactory, V v)
protected boolean
HashMapCache. shouldCreate(CacheEntryFactory<K,V> cacheEntryFactory, V v)
protected boolean
ReentrantReadWriteLockCache. shouldCreate(CacheEntryFactory<K,V> cacheEntryFactory, V v)
-
Uses of CacheException in org.apache.commons.ognl.internal.entry
Methods in org.apache.commons.ognl.internal.entry that throw CacheException Modifier and Type Method Description V
CacheEntryFactory. create(K key)
Map<String,Field>
FieldCacheEntryFactory. create(Class<?> key)
Class<?>[]
GenericMethodParameterTypeFactory. create(GenericMethodParameterTypeCacheEntry entry)
MethodAccessEntryValue
MethodAccessCacheEntryFactory. create(Method method)
Map<String,List<Method>>
MethodCacheEntryFactory. create(T key)
Boolean
MethodPermCacheEntryFactory. create(Method key)
Permission
PermissionCacheEntryFactory. create(PermissionCacheEntry key)
Map<String,PropertyDescriptor>
PropertyDescriptorCacheEntryFactory. create(Class<?> targetClass)
-