org.apache.catalina.ssi
public interface SSIExternalResolver
Version: $Revision: 531303 $, $Date: 2007-04-23 02:24:01 +0200 (Mon, 23 Apr 2007) $
| Method Summary | |
|---|---|
| void | addVariableNames(Collection variableNames)
Adds any external variables to the variableNames collection.
|
| Date | getCurrentDate()
Returns the current date. |
| long | getFileLastModified(String path, boolean virtual) |
| long | getFileSize(String path, boolean virtual) |
| String | getFileText(String path, boolean virtual) |
| String | getVariableValue(String name) |
| void | log(String message, Throwable throwable) |
| void | setVariableValue(String name, String value)
Set the named variable to the specified value. |
Parameters: variableNames the collection to add to
Returns: the data
Parameters: name of the variable value of the variable