Uses of Class
org.apache.commons.ognl.internal.CacheException
Packages that use CacheException
Package
Description
-
Uses of CacheException in org.apache.commons.ognl
Methods in org.apache.commons.ognl that throw CacheExceptionModifier and TypeMethodDescriptionstatic Class<?>[]OgnlRuntime.findParameterTypes(Class<?> type, Method method) List<Constructor<?>> OgnlCache.getConstructor(Class<?> clazz) Class<?>[]OgnlCache.getInvokePermission(PermissionCacheEntry permissionCacheEntry) OgnlCache.getMethod(DeclaredMethodCacheEntry declaredMethodCacheEntry) OgnlCache.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.invalid input: '<'declaring-class>.invalid input: '<'method-name>".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 CacheExceptionModifier and TypeMethodDescriptionfinal Vstatic <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 CacheExceptionModifier and TypeMethodDescriptionClass<?>[]GenericMethodParameterTypeFactory.create(GenericMethodParameterTypeCacheEntry entry) PermissionCacheEntryFactory.create(PermissionCacheEntry key)