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) boolean
OgnlCache.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 Permission
OgnlRuntime.getPermission
(Method method) Permission will be named "invoke.<declaring-class>.<method-name>".OgnlCache.getPropertyDescriptor
(Class<?> clazz) static Object
OgnlRuntime.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 V
static <T> T
ClassCacheHandler.getHandler
(Class<?> forClass, ClassCache<T> handlers) protected boolean
ConcurrentHashMapCache.shouldCreate
(CacheEntryFactory<K, V> cacheEntryFactory, V v) protected boolean
HashMapCache.shouldCreate
(CacheEntryFactory<K, V> cacheEntryFactory, V v) protected boolean
ReentrantReadWriteLockCache.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)