|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.clapper.curn.output.freemarker.TemplateLocation
public class TemplateLocation
| Method Summary | |
|---|---|
int |
compareTo(TemplateLocation o)
Compare this object and another object for order. |
boolean |
equals(java.lang.Object o)
Compare this object and another object for equality. |
java.lang.String |
getLocation()
Get the location string for this template location. |
java.lang.String |
getName()
Get a FreeMarker-suitable name for this template. |
TemplateType |
getType()
Get the type of this template location. |
java.lang.String |
toString()
Get a string representation of this object. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public int compareTo(TemplateLocation o)
compareTo in interface java.lang.Comparable<TemplateLocation>o - the other object to be compared with this one
public boolean equals(java.lang.Object o)
equals in class java.lang.Objecto - the other object to be compared with this one
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getName()
public TemplateType getType()
TemplateTypepublic java.lang.String getLocation()
getType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||