|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Inherited @Target(value=TYPE) @Retention(value=RUNTIME) public @interface UriTemplate
Identifies the URI path that a tapestry class will serve requests for.
Required Element Summary | |
---|---|
String |
value
The path that will map to the annotated class. |
Optional Element Summary | |
---|---|
String[] |
alias
Alternative paths that will also map to the annotated class. |
Element Detail |
---|
public abstract String value
public abstract String[] alias
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |