PersonShowPage Class Reference
Inherits
er::extensions::components::ERXComponent, and
er::rest::routes::IERXRouteComponent.
List of all members.
Detailed Description
Because PersonController has automatic HTML routing enabled, we didn't have to do anything special to have a /Person/1.html URL route to this page. It has to implement IERXRouteComponent as a security precaution.
- Author:
- mschrag
Constructor & Destructor Documentation
Member Function Documentation
| void setPerson |
( |
Person |
person |
) |
|
By specifying this method is an ERXRouteParameter, the route controller will automatically bind the value of the "person" router parameter to this method.
- Parameters:
-
Member Data Documentation
The documentation for this class was generated from the following file:
- /opt/source/Wonder/Examples/Misc/ERRestRouteExample/Sources/er/rest/example/components/PersonShowPage.java