Class Mark
java.lang.Object
org.apache.jasper.compiler.Mark
Mark represents a point in the JSP input.
- Author:
- Anil K. Vijendran
- 
Method Summary
- 
Method Details- 
getLineNumberpublic int getLineNumber()
- 
getColumnNumberpublic int getColumnNumber()
- 
toString
- 
getFile
- 
getURLGets the URL of the resource with which this Mark is associated- Returns:
- URL of the resource with which this Mark is associated
- Throws:
- MalformedURLException- if the resource pathname is incorrect
 
- 
equals
- 
hashCode
 
-