
Public Member Functions | |
| ERXReadOnlyRouteController (WORequest request) | |
| abstract WOActionResults | indexAction () throws Throwable |
| abstract WOActionResults | showAction () throws Throwable |
| ERXReadOnlyRouteController | ( | WORequest | request | ) |
| abstract WOActionResults indexAction | ( | ) | throws Throwable [pure virtual] |
Called when you want to list instances.
| Throwable | if something goes wrong |
| abstract WOActionResults showAction | ( | ) | throws Throwable [pure virtual] |
Called when you want to view a single instance.
| Throwable | if something goes wrong |
1.5.8