| java.lang.Object org.w3c.jigsaw.ssi.commands.CounterCommand
CounterCommand | public class CounterCommand implements Command(Code) | | Implementation of the SSI counter command.
Used to do things like cpt = cpt + 1.
author: Benoit Mahe |
Method Summary | |
public boolean | acceptCaching() return true if reply can be cached. | protected void | changeCounterValue(Dictionary d, String name, String incr) | public Reply | execute(SSIFrame ssiframe, Request request, ArrayDictionary parameters, Dictionary variables) | protected int | getCounterValue(Dictionary d, String name) | public String | getName() | public String | getValue(Dictionary variables, String var, Request request) | protected void | initCounterValue(Dictionary d, String name, String value) |
defaultinit | final protected int defaultinit(Code) | | |
acceptCaching | public boolean acceptCaching()(Code) | | return true if reply can be cached.
a boolean. |
|
|