MCPcopy Create free account
hub / github.com/apache/tomcat / getLastModified

Method getLastModified

java/org/apache/catalina/WebResource.java:33–33  ·  view source on GitHub ↗

Returns the last modified time. @return java.io.File#lastModified().

()

Source from the content-addressed store, hash-verified

31 * @return {@link java.io.File#lastModified()}.
32 */
33 long getLastModified();
34
35 /**
36 * Returns the last modified time in HTTP format.

Callers 15

validateResourceMethod · 0.95
findClassInternalMethod · 0.95
doPropfindMethod · 0.95
renderXmlMethod · 0.95
openMethod · 0.65
backgroundProcessMethod · 0.65
expandMethod · 0.65
getFileLastModifiedMethod · 0.65
processSSIMethod · 0.65
getLastModifiedMethod · 0.65
getLastModifiedMethod · 0.65

Implementers 3

CachedResourcejava/org/apache/catalina/webresources/
AbstractResourcejava/org/apache/catalina/webresources/
EmptyResourcejava/org/apache/catalina/webresources/

Calls

no outgoing calls

Tested by

no test coverage detected