JavaScript is disabled on your browser.
Apache Tomcat® 9.0.87.redhat-00008
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
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
Method Summary
All Methods Instance Methods Abstract Methods
Modifier and Type
Method and Description
java.util.Map<java.lang.String,java.lang.Long>
getDependants ()
Returns a map of file names and last modified time where the current page
has a source dependency on the file.
Method Detail
getDependants
java.util.Map<java.lang.String,java.lang.Long> getDependants()
Returns a map of file names and last modified time where the current page
has a source dependency on the file.
Returns:
the map of dependent resources
Apache Tomcat® 9.0.87.redhat-00008
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Copyright © 2000-2024 Apache Software Foundation. Apache Tomcat, Tomcat, Apache, the Apache Tomcat logo and the Apache logo are either registered trademarks or trademarks of the Apache Software Foundation.