org.springframework.security.web.access.intercept
Class RequestKey

java.lang.Object
  extended by org.springframework.security.web.access.intercept.RequestKey

public class RequestKey
extends Object

Since:
2.0
Version:
$Id: RequestKey.java 4075 2009-12-18 18:44:42Z ltaylor $
Author:
Luke Taylor

Constructor Summary
RequestKey(String url)
           
RequestKey(String url, String method)
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RequestKey

public RequestKey(String url)

RequestKey

public RequestKey(String url,
                  String method)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2004-2009 SpringSource, Inc. All Rights Reserved.