Path Interface Reference
List of all members.
Detailed Description
Like JSR-311, allows you to annotate an action method to specify the URL path that maps to it. You may define multiple declarations on a single method using the annotation.
("/person/{person:Person}")
public WOActionResults testAction(("person") Person personParam) {
...
}
The url pattern uses the same rules as ERXRoute.
- 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/Path.java