org.codehaus.groovy.grails.web.mapping
Class UrlCreatorCache.ReverseMappingKey

java.lang.Object
  extended by org.codehaus.groovy.grails.web.mapping.UrlCreatorCache.ReverseMappingKey
Enclosing class:
UrlCreatorCache

public static class UrlCreatorCache.ReverseMappingKey
extends Object


Field Summary
protected  String action
           
protected  String controller
           
protected  String[] paramKeys
           
protected  String[] paramValues
           
 
Constructor Summary
UrlCreatorCache.ReverseMappingKey(String controller, String action, Map<Object,Object> params)
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 String toString()
           
 int weight()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

controller

protected final String controller

action

protected final String action

paramKeys

protected final String[] paramKeys

paramValues

protected final String[] paramValues
Constructor Detail

UrlCreatorCache.ReverseMappingKey

public UrlCreatorCache.ReverseMappingKey(String controller,
                                         String action,
                                         Map<Object,Object> params)
Method Detail

weight

public int weight()

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