public final class SSIFlastmod extends java.lang.Object implements SSICommand
| Constructor and Description | 
|---|
| SSIFlastmod() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected java.lang.String | formatDate(java.util.Date date,
java.lang.String configTimeFmt) | 
| long | process(SSIMediator ssiMediator,
java.lang.String commandName,
java.lang.String[] paramNames,
java.lang.String[] paramValues,
java.io.PrintWriter writer)Write the output of the command to the writer. | 
public long process(SSIMediator ssiMediator, java.lang.String commandName, java.lang.String[] paramNames, java.lang.String[] paramValues, java.io.PrintWriter writer)
SSICommandprocess in interface SSICommandssiMediator - the ssi mediatorcommandName - the name of the actual command ( ie. echo )paramNames - The parameter namesparamValues - The parameter valueswriter - the writer to output toSSICommandprotected java.lang.String formatDate(java.util.Date date,
                          java.lang.String configTimeFmt)
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.