Uses of Class
ognl.internal.entry.PermissionCacheEntry
Packages that use PermissionCacheEntry
Package
Description
OGNL stands for Object-Graph Navigation Language; it is an expression language
for getting and setting properties of Java objects.
-
Uses of PermissionCacheEntry in ognl
Fields in ognl with type parameters of type PermissionCacheEntryModifier and TypeFieldDescriptionprivate final Cache<PermissionCacheEntry, Permission> OgnlCache.invokePermissionCacheMethods in ognl with parameters of type PermissionCacheEntryModifier and TypeMethodDescriptionOgnlCache.getInvokePermission(PermissionCacheEntry permissionCacheEntry) Deprecated.since 3.4.6, forRemoval = true -
Uses of PermissionCacheEntry in ognl.internal.entry
Methods in ognl.internal.entry with parameters of type PermissionCacheEntryModifier and TypeMethodDescriptionPermissionCacheEntryFactory.create(PermissionCacheEntry key) Deprecated.