All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class w3c.jigsaw.ssi.ExitloopCommand

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

public class ExitloopCommand
extends Object
implements ControlCommand
Implementation of the SSI exitloop command.


Variable Index

 o exitloops

Constructor Index

 o ExitloopCommand()

Method Index

 o check(CommandRegistry, ArrayDictionary, Dictionary)
 o execute(SSIResource, Request, ArrayDictionary, Dictionary)
 o getName()
 o getPosition(String)
 o getValue(Dictionary, String)
 o jumpTo(SSIResource, CommandRegistry, ArrayDictionary, Dictionary)
 o setPosition(SSIResource, CommandRegistry, ArrayDictionary, Dictionary, int)

Variables

 o exitloops
 protected static Hashtable exitloops

Constructors

 o ExitloopCommand
 public ExitloopCommand()

Methods

 o getValue
 public String getValue(Dictionary variables,
                        String var)
 o getPosition
 protected static int getPosition(String name) throws ControlCommandException
 o setPosition
 public void setPosition(SSIResource resource,
                         CommandRegistry registry,
                         ArrayDictionary parameters,
                         Dictionary variables,
                         int position)
 o execute
 public Reply execute(SSIResource resource,
                      Request request,
                      ArrayDictionary parameters,
                      Dictionary variables)
 o check
 protected boolean check(CommandRegistry registry,
                         ArrayDictionary parameters,
                         Dictionary variables)
 o jumpTo
 public int jumpTo(SSIResource resource,
                   CommandRegistry registry,
                   ArrayDictionary parameters,
                   Dictionary variables) throws ControlCommandException
 o getName
 public String getName()

All Packages  Class Hierarchy  This Package  Previous  Next  Index