net.sf.tacos.rest
Annotation Type UriTemplate


@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

value

public abstract String value
The path that will map to the annotated class.

alias

public abstract String[] alias
Alternative paths that will also map to the annotated class.

Default:
{}


Copyright ? 2007-2008 SourceForge.net. All Rights Reserved.