
Public Member Functions | |
| WOActionResults | createAction () throws Throwable |
| WOActionResults | indexAction () throws Throwable |
| MHostController (WORequest request) | |
| WOActionResults | showAction () throws Throwable |
| MHostController | ( | WORequest | request | ) |
| WOActionResults createAction | ( | ) | throws Throwable [virtual] |
Called when you want to commit a new instance.
| Throwable | if something goes wrong |
Reimplemented from JavaMonitorController.
| WOActionResults indexAction | ( | ) | throws Throwable [virtual] |
Called when you want to list instances.
| Throwable | if something goes wrong |
Reimplemented from JavaMonitorController.
| WOActionResults showAction | ( | ) | throws Throwable [virtual] |
Called when you want to view a single instance.
| Throwable | if something goes wrong |
Reimplemented from JavaMonitorController.
1.5.8