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 givenMethodandClassinstance 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.PermissionOgnlCache. getInvokePermission(PermissionCacheEntry permissionCacheEntry)java.util.Map<java.lang.String,java.util.List<java.lang.reflect.Method>>OgnlCache. getMethod(DeclaredMethodCacheEntry declaredMethodCacheEntry)MethodAccessEntryValueOgnlCache. getMethodAccess(java.lang.reflect.Method method)java.lang.Class<?>[]OgnlCache. getMethodParameterTypes(java.lang.reflect.Method method)booleanOgnlCache. 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.PermissionOgnlRuntime. 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.ObjectOgnlRuntime. 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 VCache. get(K key)VClassCacheImpl. get(java.lang.Class<?> key)VConcurrentHashMapCache. get(K key)VHashMapCache. get(K key)VReentrantReadWriteLockCache. get(K key)static <T> TClassCacheHandler. getHandler(java.lang.Class<?> forClass, ClassCache<T> handlers)protected booleanConcurrentHashMapCache. shouldCreate(CacheEntryFactory<K,V> cacheEntryFactory, V v)protected booleanHashMapCache. shouldCreate(CacheEntryFactory<K,V> cacheEntryFactory, V v)protected booleanReentrantReadWriteLockCache. 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 VCacheEntryFactory. 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)MethodAccessEntryValueMethodAccessCacheEntryFactory. 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.BooleanMethodPermCacheEntryFactory. create(java.lang.reflect.Method key)java.security.PermissionPermissionCacheEntryFactory. create(PermissionCacheEntry key)java.util.Map<java.lang.String,java.beans.PropertyDescriptor>PropertyDescriptorCacheEntryFactory. create(java.lang.Class<?> targetClass)
-