org.w3c.jigsaw.ssi.commands
Class CountCommand
java.lang.Object
|
+--org.w3c.jigsaw.ssi.commands.BasicCommand
|
+--org.w3c.jigsaw.ssi.commands.CountCommand
- public class CountCommand
- extends BasicCommand
This command inserts the number of recorded accesses to this resource,
as reported by org.w3c.jigsaw.filter.CounterFilter.
- See Also:
CounterFilter
Method Summary |
org.w3c.jigsaw.http.Reply |
execute(org.w3c.jigsaw.ssi.SSIFrame ssiframe,
org.w3c.jigsaw.http.Request request,
ArrayDictionary parameters,
java.util.Dictionary variables)
|
java.lang.String |
getName()
|
java.lang.String |
getValue(java.util.Dictionary variables,
java.lang.String variable,
org.w3c.jigsaw.http.Request request)
|
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
CountCommand
public CountCommand()
execute
public org.w3c.jigsaw.http.Reply execute(org.w3c.jigsaw.ssi.SSIFrame ssiframe,
org.w3c.jigsaw.http.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,
org.w3c.jigsaw.http.Request request)