FileDocCategorySizeDatePackage
JspSourceDependent.javaAPI DocGlassfish v2 API2830Fri May 04 22:32:54 BST 2007org.apache.jasper.runtime

JspSourceDependent

public interface JspSourceDependent
Interface for tracking the source files dependencies, for the purpose of compiling out of date pages. This is used for 1) files that are included by page directives 2) files that are included by include-prelude and include-coda in jsp:config 3) files that are tag files and referenced 4) TLDs referenced

Fields Summary
Constructors Summary
Methods Summary
public java.lang.ObjectgetDependants()
Returns a list of files names that the current page has a source dependency on.