Inherited by MApplicationController, MHostController, and MSiteConfigController.

Public Member Functions | |
| WOActionResults | createAction () throws Throwable |
| WOActionResults | destroyAction () throws Throwable |
| WOTaskdHandler | handler () |
| WOActionResults | indexAction () throws Throwable |
| JavaMonitorController (WORequest request) | |
| Session | mySession () |
| WOActionResults | newAction () throws Throwable |
| WOActionResults | showAction () throws Throwable |
| WOActionResults | updateAction () throws Throwable |
Protected Member Functions | |
| void | checkPassword () throws SecurityException |
| MSiteConfig | siteConfig () |
| JavaMonitorController | ( | WORequest | request | ) |
| void checkPassword | ( | ) | throws SecurityException [protected] |
| WOActionResults createAction | ( | ) | throws Throwable [virtual] |
Called when you want to commit a new instance.
| Throwable | if something goes wrong |
Implements ERXDefaultRouteController.
Reimplemented in MApplicationController, and MHostController.
| WOActionResults destroyAction | ( | ) | throws Throwable [virtual] |
Called when you want to delete an instance.
| Throwable | if something goes wrong |
Implements ERXDefaultRouteController.
Reimplemented in MApplicationController.
| WOTaskdHandler handler | ( | ) |
| WOActionResults indexAction | ( | ) | throws Throwable [virtual] |
Called when you want to list instances.
| Throwable | if something goes wrong |
Implements ERXDefaultRouteController.
Reimplemented in MApplicationController, and MHostController.
| Session mySession | ( | ) |
| WOActionResults newAction | ( | ) | throws Throwable [virtual] |
Called when you need an uncommitted blank new instance.
| Throwable | if something goes wrong |
Implements ERXDefaultRouteController.
| WOActionResults showAction | ( | ) | throws Throwable [virtual] |
Called when you want to view a single instance.
| Throwable | if something goes wrong |
Implements ERXDefaultRouteController.
Reimplemented in MApplicationController, and MHostController.
| MSiteConfig siteConfig | ( | ) | [protected] |
| WOActionResults updateAction | ( | ) | throws Throwable [virtual] |
Called when you want to update an instance (or instances).
| Throwable | if something goes wrong |
Implements ERXDefaultRouteController.
Reimplemented in MApplicationController, and MSiteConfigController.
1.5.8