All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class w3c.jigsaw.ssi.CounterCommand

java.lang.Object
   |
   +----w3c.jigsaw.ssi.CounterCommand

public class CounterCommand
extends Object
implements Command
Implementation of the SSI counter command. Used to do things like cpt = cpt + 1.


Variable Index

 o defaultinit

Constructor Index

 o CounterCommand()

Method Index

 o changeCounterValue(Dictionary, String, String)
 o execute(SSIResource, Request, ArrayDictionary, Dictionary)
 o getCounterValue(Dictionary, String)
 o getName()
 o getValue(Dictionary, String)
 o initCounterValue(Dictionary, String, String)

Variables

 o defaultinit
 protected final int defaultinit

Constructors

 o CounterCommand
 public CounterCommand()

Methods

 o getName
 public String getName()
 o getValue
 public String getValue(Dictionary variables,
                        String var)
 o initCounterValue
 protected void initCounterValue(Dictionary d,
                                 String name,
                                 String value)
 o changeCounterValue
 protected void changeCounterValue(Dictionary d,
                                   String name,
                                   String incr)
 o getCounterValue
 protected int getCounterValue(Dictionary d,
                               String name)
 o execute
 public Reply execute(SSIResource resource,
                      Request request,
                      ArrayDictionary parameters,
                      Dictionary variables)

All Packages  Class Hierarchy  This Package  Previous  Next  Index