|
Spring Framework | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Target(value=PARAMETER) @Retention(value=RUNTIME) @Documented public @interface PathVariable
Annotation which indicates that a method parameter should be bound to a URI template
variable. Supported for RequestMapping annotated handler methods in Servlet
environments.
RequestMapping,
RequestMappingHandlerAdapter,
AnnotationMethodHandlerAdapter| Optional Element Summary | |
|---|---|
java.lang.String |
value
The URI template variable to bind to. |
public abstract java.lang.String value
|
Spring Framework | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||