net.sourceforge.stripes.action
Annotation Type UrlBinding
@Retention(value=RUNTIME)
@Target(value=TYPE)
@Documented
public @interface UrlBinding
Annotation used to bind ActionBean classes to a specific path within the web appliction.
The AnnotatedClassActionResolver will examine the URL submitted and extract the section
that is relative to the web-app root. That will be compared with the URL specified in
the UrlBinding annotation, to find the ActionBean that should process the chosen request.
- Author:
- Tim Fennell
|
Required Element Summary |
String |
value
The web-app relative URL that the ActionBean will respond to. |
value
public abstract String value
- The web-app relative URL that the ActionBean will respond to.
© Copyright 2005, Stripes Development Team.