Class Mark
java.lang.Object
org.apache.jasper.compiler.Mark
Mark represents a point in the JSP input.
-
Method Summary
-
Method Details
-
getLineNumber
public int getLineNumber()Get the line number.- Returns:
- the line number
-
getColumnNumber
public int getColumnNumber()Get the column number.- Returns:
- the column number
-
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
-