|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.apache.velocity.util.introspection.Info
Little class to carry in info such as template name, line and column for information error reporting from the uberspector implementations
| Field Summary | |
private int |
column
|
private int |
line
|
private java.lang.String |
templateName
|
| Constructor Summary | |
private |
Info()
|
|
Info(java.lang.String tn,
int l,
int c)
|
| Method Summary | |
int |
getColumn()
|
int |
getLine()
|
java.lang.String |
getTemplateName()
|
| Methods inherited from class java.lang.Object |
|
| Field Detail |
private int line
private int column
private java.lang.String templateName
| Constructor Detail |
public Info(java.lang.String tn,
int l,
int c)
private Info()
| Method Detail |
public java.lang.String getTemplateName()
public int getLine()
public int getColumn()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||