org.apache.shindig.gadgets.templates
Class TagRegistry.NSName

java.lang.Object
  extended by org.apache.shindig.gadgets.templates.TagRegistry.NSName
Enclosing interface:
TagRegistry

public static class TagRegistry.NSName
extends Object

A namespace-name pair used as Hash key for handler lookups.


Constructor Summary
TagRegistry.NSName(String namespaceUri, String localName)
           
 
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

TagRegistry.NSName

public TagRegistry.NSName(String namespaceUri,
                          String localName)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2007-2012. All Rights Reserved.