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)PermissionOgnlCache. getInvokePermission(PermissionCacheEntry permissionCacheEntry)Map<String,List<Method>>OgnlCache. getMethod(DeclaredMethodCacheEntry declaredMethodCacheEntry)MethodAccessEntryValueOgnlCache. getMethodAccess(Method method)Class<?>[]OgnlCache. getMethodParameterTypes(Method method)booleanOgnlCache. 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 PermissionOgnlRuntime. getPermission(Method method)Permission will be named "invoke.. ". Map<String,PropertyDescriptor>OgnlCache. getPropertyDescriptor(Class<?> clazz)static ObjectOgnlRuntime. 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 VCache. get(K key)VClassCacheImpl. get(Class<?> key)VConcurrentHashMapCache. get(K key)VHashMapCache. get(K key)VReentrantReadWriteLockCache. get(K key)static <T> TClassCacheHandler. getHandler(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)Map<String,Field>FieldCacheEntryFactory. create(Class<?> key)Class<?>[]GenericMethodParameterTypeFactory. create(GenericMethodParameterTypeCacheEntry entry)MethodAccessEntryValueMethodAccessCacheEntryFactory. create(Method method)Map<String,List<Method>>MethodCacheEntryFactory. create(T key)BooleanMethodPermCacheEntryFactory. create(Method key)PermissionPermissionCacheEntryFactory. create(PermissionCacheEntry key)Map<String,PropertyDescriptor>PropertyDescriptorCacheEntryFactory. create(Class<?> targetClass)
-