Uses of Class
ognl.internal.CacheException
Packages that use CacheException
Package
Description
OGNL stands for Object-Graph Navigation Language; it is an expression language
for getting and setting properties of Java objects.
-
Uses of CacheException in ognl
Methods in ognl that throw CacheExceptionModifier and TypeMethodDescriptionList<Constructor<?>> OgnlCache.getConstructor(Class<?> clazz) Class<?>[]OgnlCache.getInvokePermission(PermissionCacheEntry permissionCacheEntry) Deprecated.since 3.4.6, forRemoval = trueOgnlCache.getMethod(DeclaredMethodCacheEntry declaredMethodCacheEntry) OgnlCache.getMethodAccess(Method method) Class<?>[]OgnlCache.getMethodParameterTypes(Method method) booleanOgnlCache.getMethodPerm(Method method) Deprecated.since 3.4.6, forRemoval = trueClass<?>[]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) Deprecated.since 3.4.6, forRemoval = trueOgnlCache.getPropertyDescriptor(Class<?> clazz) -
Uses of CacheException in ognl.internal
Methods in ognl.internal that throw CacheExceptionModifier and TypeMethodDescriptionstatic <T> TClassCacheHandler.getHandler(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 CacheExceptionModifier and TypeMethodDescriptionClass<?>[]GenericMethodParameterTypeFactory.create(GenericMethodParameterTypeCacheEntry entry) Deprecated.PermissionCacheEntryFactory.create(PermissionCacheEntry key) Deprecated.