Uses of Class
ognl.internal.CacheException
-
Packages that use CacheException Package Description ognl OGNL stands for Object-Graph Navigation Language; it is an expression language for getting and setting properties of Java objects.ognl.internal ognl.internal.entry -
-
Uses of CacheException in ognl
Methods in ognl that throw CacheException Modifier and Type Method Description 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)Deprecated.since 3.4.6, forRemoval = truejava.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)Deprecated.since 3.4.6, forRemoval = truejava.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)Deprecated.since 3.4.6, forRemoval = truejava.util.Map<java.lang.String,java.beans.PropertyDescriptor>OgnlCache. getPropertyDescriptor(java.lang.Class<?> clazz) -
Uses of CacheException in ognl.internal
Methods in ognl.internal that throw CacheException Modifier and Type Method Description VCache. get(K key)VHashMapCache. get(K key)static <T> TClassCacheHandler. getHandler(java.lang.Class<?> forClass, ClassCache<T> handlers)protected booleanHashMapCache. shouldCreate(CacheEntryFactory<K,V> cacheEntryFactory, V v) -
Uses of CacheException in ognl.internal.entry
Methods in 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)Deprecated.java.security.PermissionPermissionCacheEntryFactory. create(PermissionCacheEntry key)Deprecated.java.util.Map<java.lang.String,java.beans.PropertyDescriptor>PropertyDescriptorCacheEntryFactory. create(java.lang.Class<?> targetClass)
-