Expresso 5-6

com.jcorporate.expresso.core.utility
Class ControllerRun

java.lang.Object
  extended bycom.jcorporate.expresso.core.utility.ControllerRun

public class ControllerRun
extends Object

Special servlet designed to interact with server-side Controller objects

Author:
Michael Nash

Field Summary
protected static String thisClass
           
 
Constructor Summary
ControllerRun()
           
 
Method Summary
static void doController(String conName, Hashtable commandArgs)
          Perform the named Controller
static void main(String[] args)
          Main method so that ControllerRun can be launched from a command line
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

thisClass

protected static final String thisClass
Constructor Detail

ControllerRun

public ControllerRun()
Method Detail

doController

public static void doController(String conName,
                                Hashtable commandArgs)
                         throws IOException,
                                ControllerException,
                                HtmlException,
                                NonHandleableException
Perform the named Controller

Parameters:
conName -
Throws:
IOException
ControllerException
HtmlException
NonHandleableException

main

public static void main(String[] args)
Main method so that ControllerRun can be launched from a command line


Expresso 5-6

Please see www.jcorporate.com for information about new Expresso releases.