--- JspSourceDependent.java.original 2006-03-23 10:38:21.823632900 -0700 +++ JspSourceDependent.java.original 2006-03-23 10:38:33.433602300 -0700 @@ -35,4 +35,14 @@ // with Eclipse JDT 3.1 in Java 5 mode public Object getDependants(); + /** + * Returns a map containing the dependants as keys, and their last modified timestamps as values + */ + public java.util.Map getDependantToLastModified(); + + /** + * Returns the last modified time of the source .jsp file + */ + public long getLastModified(); + }