org.w3c.jigsaw.ssi.commands
Class FSizeCommand
java.lang.Object
|
+--org.w3c.jigsaw.ssi.commands.BasicCommand
|
+--org.w3c.jigsaw.ssi.commands.FSizeCommand
- public class FSizeCommand
- extends BasicCommand
Implementation of the SSI fsize
command.
It inserts the size of the unparsed file in the document,
according to the current value of the variable sizefmt
.
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
FSizeCommand
public FSizeCommand()
execute
public Reply execute(SSIFrame ssiframe,
Request request,
ArrayDictionary parameters,
java.util.Dictionary variables)
getName
public java.lang.String getName()
getValue
public java.lang.String getValue(java.util.Dictionary variables,
java.lang.String variable,
Request request)