All Packages Class Hierarchy This Package Previous Next Index
Class w3c.jigsaw.ssi.CountCommand
java.lang.Object
|
+----w3c.jigsaw.ssi.BasicCommand
|
+----w3c.jigsaw.ssi.CountCommand
- public class CountCommand
- extends BasicCommand
This command inserts the number of recorded accesses to this resource,
as reported by w3c.jigsaw.filter.CounterFilter.
- See Also:
- CounterFilter
-
CountCommand()
-
-
execute(SSIResource, Request, ArrayDictionary, Dictionary)
- Executes this command.
-
getName()
-
Returns the name of this command.
-
getValue(Dictionary, String)
- Returns the (String) value of the given variable.
CountCommand
public CountCommand()
execute
public Reply execute(SSIResource resource,
Request request,
ArrayDictionary parameters,
Dictionary variables)
- Executes this command.
- Overrides:
- execute in class BasicCommand
getName
public String getName()
- Returns the name of this command.
- Overrides:
- getName in class BasicCommand
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