
Public Member Functions | |
| CarController (WORequest request) | |
| WOActionResults | indexAction () throws Throwable |
| WOActionResults | showAction (@PathParam("car") Car car) throws Throwable |
Protected Member Functions | |
| ERXKeyFilter | showFilter () |
| CarController | ( | WORequest | request | ) |
| WOActionResults indexAction | ( | ) | throws Throwable |
| WOActionResults showAction | ( | @PathParam("car") Car | car | ) | throws Throwable |
showAction is using the JSR-311 annotation , which will automatically have the "car" variable passed in as the parameter (from the URL of the form /Car/{car}). The variable names are determined by your routes. The default routes add a bunch of common forms for you. See ERXRouteRequestHandler for more information on which default routes are added.
| car |
| Throwable |
| ERXKeyFilter showFilter | ( | ) | [protected] |
1.5.8