All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.w3c.jigsaw.ssi.commands.ElseCommand

java.lang.Object
   |
   +----org.w3c.jigsaw.ssi.commands.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(SSIFrame, Request, ArrayDictionary, Dictionary)
 o getName()
 o getPosition(String)
 o getValue(Dictionary, String, Request)
 o jumpTo(SSIFrame, Request, CommandRegistry, ArrayDictionary, Dictionary)
 o setPosition(SSIFrame, Request, 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(SSIFrame ssiframe,
                         Request request,
                         CommandRegistry registry,
                         ArrayDictionary parameters,
                         Dictionary variables,
                         int position)
 o getValue
 public String getValue(Dictionary variables,
                        String var,
                        Request request)
 o execute
 public Reply execute(SSIFrame ssiframe,
                      Request request,
                      ArrayDictionary parameters,
                      Dictionary variables)
 o jumpTo
 public int jumpTo(SSIFrame ssiframe,
                   Request request,
                   CommandRegistry registry,
                   ArrayDictionary parameters,
                   Dictionary variables) throws ControlCommandException
 o getName
 public String getName()

All Packages  Class Hierarchy  This Package  Previous  Next  Index