@Documented
@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface Path
@Path("/person/{person:Person}")
public WOActionResults testAction(@PathParam("person") Person personParam) {
...
}
The url pattern uses the same rules as ERXRoute.
| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String |
value |
Copyright © 2002 – 2022 Project Wonder.