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

Method SSIMediator

java/org/apache/catalina/ssi/SSIMediator.java:111–115  ·  view source on GitHub ↗

Creates a new mediator with the given external resolver and document last modified date. @param ssiExternalResolver the external resolver for file/variable access @param lastModifiedDate the last modified date of the document being processed

(SSIExternalResolver ssiExternalResolver, long lastModifiedDate)

Source from the content-addressed store, hash-verified

109 * @param lastModifiedDate the last modified date of the document being processed
110 */
111 public SSIMediator(SSIExternalResolver ssiExternalResolver, long lastModifiedDate) {
112 this.ssiExternalResolver = ssiExternalResolver;
113 this.lastModifiedDate = lastModifiedDate;
114 setConfigTimeFmt(DEFAULT_CONFIG_TIME_FMT, true);
115 }
116
117
118 /**

Callers

nothing calls this directly

Calls 1

setConfigTimeFmtMethod · 0.95

Tested by

no test coverage detected