org.jamon
Class TemplateResourceLocation

java.lang.Object
  extended by org.jamon.TemplateResourceLocation
All Implemented Interfaces:
TemplateLocation

public class TemplateResourceLocation
extends Object
implements TemplateLocation


Constructor Summary
TemplateResourceLocation(String p_location)
           
 
Method Summary
 boolean equals(Object p_obj)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TemplateResourceLocation

public TemplateResourceLocation(String p_location)
Method Detail

toString

public String toString()
Specified by:
toString in interface TemplateLocation
Overrides:
toString in class Object

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object