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 java.lang.Class<?>[]
OgnlRuntime. findParameterTypes(java.lang.Class<?> type, java.lang.reflect.Method method)
Finds the appropriate parameter types for the givenMethod
andClass
instance of the type the method is associated with.java.util.List<java.lang.reflect.Constructor<?>>
OgnlCache. getConstructor(java.lang.Class<?> clazz)
java.util.Map<java.lang.String,java.lang.reflect.Field>
OgnlCache. getField(java.lang.Class<?> clazz)
java.lang.Class<?>[]
OgnlCache. getGenericMethodParameterTypes(GenericMethodParameterTypeCacheEntry key)
java.security.Permission
OgnlCache. getInvokePermission(PermissionCacheEntry permissionCacheEntry)
java.util.Map<java.lang.String,java.util.List<java.lang.reflect.Method>>
OgnlCache. getMethod(DeclaredMethodCacheEntry declaredMethodCacheEntry)
MethodAccessEntryValue
OgnlCache. getMethodAccess(java.lang.reflect.Method method)
java.lang.Class<?>[]
OgnlCache. getMethodParameterTypes(java.lang.reflect.Method method)
boolean
OgnlCache. getMethodPerm(java.lang.reflect.Method method)
java.lang.Class<?>[]
OgnlCache. getParameterTypes(java.lang.reflect.Constructor<?> constructor)
static java.lang.Class<?>[]
OgnlRuntime. getParameterTypes(java.lang.reflect.Constructor<?> constructor)
Returns the parameter types of the given method.static java.lang.Class<?>[]
OgnlRuntime. getParameterTypes(java.lang.reflect.Method method)
Returns the parameter types of the given method.static java.security.Permission
OgnlRuntime. getPermission(java.lang.reflect.Method method)
Permission will be named "invoke.. ". java.util.Map<java.lang.String,java.beans.PropertyDescriptor>
OgnlCache. getPropertyDescriptor(java.lang.Class<?> clazz)
static java.lang.Object
OgnlRuntime. invokeMethod(java.lang.Object target, java.lang.reflect.Method method, java.lang.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(java.lang.Class<?> key)
V
ConcurrentHashMapCache. get(K key)
V
HashMapCache. get(K key)
V
ReentrantReadWriteLockCache. get(K key)
static <T> T
ClassCacheHandler. getHandler(java.lang.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)
java.util.Map<java.lang.String,java.lang.reflect.Field>
FieldCacheEntryFactory. create(java.lang.Class<?> key)
java.lang.Class<?>[]
GenericMethodParameterTypeFactory. create(GenericMethodParameterTypeCacheEntry entry)
MethodAccessEntryValue
MethodAccessCacheEntryFactory. create(java.lang.reflect.Method method)
java.util.Map<java.lang.String,java.util.List<java.lang.reflect.Method>>
MethodCacheEntryFactory. create(T key)
java.lang.Boolean
MethodPermCacheEntryFactory. create(java.lang.reflect.Method key)
java.security.Permission
PermissionCacheEntryFactory. create(PermissionCacheEntry key)
java.util.Map<java.lang.String,java.beans.PropertyDescriptor>
PropertyDescriptorCacheEntryFactory. create(java.lang.Class<?> targetClass)
-