All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class w3c.jigsaw.ssi.FSizeCommand

java.lang.Object
   |
   +----w3c.jigsaw.ssi.BasicCommand
           |
           +----w3c.jigsaw.ssi.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.


Constructor Index

 o FSizeCommand()

Method Index

 o execute(SSIResource, Request, ArrayDictionary, Dictionary)
Executes this command.
 o getName()
Returns the name of this command.
 o getValue(Dictionary, String)
Returns the (String) value of the given variable.

Constructors

 o FSizeCommand
 public FSizeCommand()

Methods

 o execute
 public Reply execute(SSIResource resource,
                      Request request,
                      ArrayDictionary parameters,
                      Dictionary variables)
Executes this command.

Overrides:
execute in class BasicCommand
 o getName
 public String getName()
Returns the name of this command.

Overrides:
getName in class BasicCommand
 o getValue
 public String getValue(Dictionary variables,
                        String variable)
Returns the (String) value of the given variable.

Overrides:
getValue in class BasicCommand

All Packages  Class Hierarchy  This Package  Previous  Next  Index