org.apache.velocity.util.introspection
Class Info
java.lang.Object
org.apache.velocity.util.introspection.Info
public class Info
extends java.lang.Object
Little class to carry in info such as template name, line and column
for information error reporting from the uberspector implementations
Version:
- Geir Magnusson Jr.
templateName
private String templateName
Info
public Info(String tn,
int l,
int c)
getColumn
public int getColumn()
getLine
public int getLine()
getTemplateName
public String getTemplateName()
Copyright B) 2002 Apache Software Foundation. All Rights Reserved.