All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class w3c.jigsaw.ssi.EndifCommand

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

public class EndifCommand
extends Object
implements ControlCommand
Implementation of the SSI endif command.


Variable Index

 o endifstore

Constructor Index

 o EndifCommand()

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

Constructors

 o EndifCommand
 public EndifCommand()

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