PathParam Interface Reference
List of all members.
Detailed Description
Like JSR-311, allows you to annotate an action method parameter to specify that its value should be loaded from the route paths.
public WOActionResults testAction(("person") Person personParam) {
...
}
This will automatically pass the value of the "person" route object (/person/{person:Person}/test) into your action method as the "personParam" parameter.
- Author:
- mschrag
Member Function Documentation
The documentation for this interface was generated from the following file:
- /opt/source/Wonder/Frameworks/EOF/ERRest/Sources/er/rest/routes/jsr311/PathParam.java