org.apache.commons.ognl.internal.entry
Class PermissionCacheEntry

java.lang.Object
  extended by org.apache.commons.ognl.internal.entry.PermissionCacheEntry
All Implemented Interfaces:
CacheEntry

public class PermissionCacheEntry
extends Object
implements CacheEntry


Field Summary
 Method method
           
 
Constructor Summary
PermissionCacheEntry(Method method)
           
 
Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

method

public Method method
Constructor Detail

PermissionCacheEntry

public PermissionCacheEntry(Method method)
Method Detail

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 1997-2013 The Apache Software Foundation. All Rights Reserved.