|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CacheException | |
---|---|
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 | |
---|---|
static Class<?>[] |
OgnlRuntime.findParameterTypes(Class<?> type,
Method method)
Finds the appropriate parameter types for the given Method and Class instance of the type the
method is associated with. |
List<Constructor<?>> |
OgnlCache.getConstructor(Class<?> clazz)
|
Map<String,Field> |
OgnlCache.getField(Class<?> clazz)
|
Class<?>[] |
OgnlCache.getGenericMethodParameterTypes(GenericMethodParameterTypeCacheEntry key)
|
Permission |
OgnlCache.getInvokePermission(PermissionCacheEntry permissionCacheEntry)
|
Map<String,List<Method>> |
OgnlCache.getMethod(DeclaredMethodCacheEntry declaredMethodCacheEntry)
|
MethodAccessEntryValue |
OgnlCache.getMethodAccess(Method method)
|
Class<?>[] |
OgnlCache.getMethodParameterTypes(Method method)
|
boolean |
OgnlCache.getMethodPerm(Method method)
|
static Class<?>[] |
OgnlRuntime.getParameterTypes(Constructor<?> constructor)
Returns the parameter types of the given method. |
Class<?>[] |
OgnlCache.getParameterTypes(Constructor<?> constructor)
|
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. |
Map<String,PropertyDescriptor> |
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 CacheException | ||
---|---|---|
V |
ClassCacheImpl.get(Class<?> key)
|
|
V |
ReentrantReadWriteLockCache.get(K key)
|
|
V |
HashMapCache.get(K key)
|
|
V |
ConcurrentHashMapCache.get(K key)
|
|
V |
Cache.get(K key)
|
|
static
|
ClassCacheHandler.getHandler(Class<?> forClass,
ClassCache<T> handlers)
|
|
protected boolean |
ReentrantReadWriteLockCache.shouldCreate(CacheEntryFactory<K,V> cacheEntryFactory,
V v)
|
|
protected boolean |
HashMapCache.shouldCreate(CacheEntryFactory<K,V> cacheEntryFactory,
V v)
|
|
protected boolean |
ConcurrentHashMapCache.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 | |
---|---|
Map<String,PropertyDescriptor> |
PropertyDescriptorCacheEntryFactory.create(Class<?> targetClass)
|
Map<String,Field> |
FieldCacheEntryFactory.create(Class<?> key)
|
Class<?>[] |
GenericMethodParameterTypeFactory.create(GenericMethodParameterTypeCacheEntry entry)
|
V |
CacheEntryFactory.create(K key)
|
Boolean |
MethodPermCacheEntryFactory.create(Method key)
|
MethodAccessEntryValue |
MethodAccessCacheEntryFactory.create(Method method)
|
Permission |
PermissionCacheEntryFactory.create(PermissionCacheEntry key)
|
Map<String,List<Method>> |
MethodCacheEntryFactory.create(T key)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |