org.openprivacy.reptile.xslt
Class SequenceDispatcher

java.lang.Object
  |
  +--org.openprivacy.reptile.xslt.SequenceDispatcher

public class SequenceDispatcher
extends java.lang.Object

Work with the page dispatcher...

Version:
$Id: SequenceDispatcher.java,v 1.1 2001/12/12 09:29:08 burton Exp $
Author:
Kevin A. Burton

Constructor Summary
SequenceDispatcher()
           
 
Method Summary
static void dispatch(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, ParameterPasser params)
          Dispatch the given page and output it to the request.
static void dispatch(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, java.lang.String sequenceName)
           
static java.lang.String dispatch(ParameterPasser params)
           
static java.lang.String dispatch(java.lang.String sequenceName, ParameterPasser params)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SequenceDispatcher

public SequenceDispatcher()
Method Detail

dispatch

public static void dispatch(javax.servlet.http.HttpServletRequest request,
                            javax.servlet.http.HttpServletResponse response,
                            ParameterPasser params)
                     throws javax.servlet.ServletException
Dispatch the given page and output it to the request.

javax.servlet.ServletException

dispatch

public static java.lang.String dispatch(ParameterPasser params)
                                 throws java.lang.Exception
java.lang.Exception

dispatch

public static java.lang.String dispatch(java.lang.String sequenceName,
                                        ParameterPasser params)
                                 throws java.lang.Exception
java.lang.Exception

dispatch

public static void dispatch(javax.servlet.http.HttpServletRequest request,
                            javax.servlet.http.HttpServletResponse response,
                            java.lang.String sequenceName)
                     throws javax.servlet.ServletException
javax.servlet.ServletException