Class Mark


  • public final class Mark
    extends java.lang.Object
    Mark represents a point in the JSP input.
    Author:
    Anil K. Vijendran
    • Method Detail

      • getLineNumber

        public int getLineNumber()
      • getColumnNumber

        public int getColumnNumber()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • getFile

        public java.lang.String getFile()
      • getURL

        public java.net.URL getURL()
                            throws java.net.MalformedURLException
        Gets the URL of the resource with which this Mark is associated
        Returns:
        URL of the resource with which this Mark is associated
        Throws:
        java.net.MalformedURLException - if the resource pathname is incorrect
      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object