|
Apache Tomcat 7.0.28 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SSIExternalResolver
Interface used by SSIMediator to talk to the 'outside world' ( usually a servlet )
Method Summary | |
---|---|
void |
addVariableNames(Collection<String> 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. |
Method Detail |
---|
void addVariableNames(Collection<String> variableNames)
variableNames
- the collection to add toString getVariableValue(String name)
void setVariableValue(String name, String value)
name
- of the variablevalue
- of the variableDate getCurrentDate()
long getFileSize(String path, boolean virtual) throws IOException
IOException
long getFileLastModified(String path, boolean virtual) throws IOException
IOException
String getFileText(String path, boolean virtual) throws IOException
IOException
void log(String message, Throwable throwable)
|
Apache Tomcat 7.0.28 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |