Path Interface Reference

List of all members.

Package Functions

String value ()


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

String value (  )  [package]


The documentation for this interface was generated from the following file:

Generated on Sat May 26 06:43:33 2012 for Project Wonder by  doxygen 1.5.8