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
-
getLineNumber
public int getLineNumber() -
getColumnNumber
public int getColumnNumber() -
toString
-
getFile
-
getURL
Gets 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
-