com.jcorporate.expresso.core.utility
Class ControllerRun
java.lang.Object
com.jcorporate.expresso.core.utility.ControllerRun
- public class ControllerRun
- extends Object
Special servlet designed to interact with server-side Controller objects
- Author:
- Michael Nash
|
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 |
thisClass
protected static final String thisClass
ControllerRun
public ControllerRun()
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
Please see www.jcorporate.com for information about new Expresso releases.