All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class w3c.jigsaw.ssi.ElseCommand

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

public class ElseCommand
extends Object
implements ControlCommand
Implementation of the SSI else command.


Variable Index

 o elsestore

Constructor Index

 o ElseCommand()

Method Index

 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 elsestore
 protected static Hashtable elsestore

Constructors

 o ElseCommand
 public ElseCommand()

Methods

 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 getValue
 public String getValue(Dictionary variables,
                        String var)
 o execute
 public Reply execute(SSIResource resource,
                      Request request,
                      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