org.apache.abdera.i18n.templates
Annotation Type URIRoute
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface URIRoute
The URITemplate annotation can be used to associate a URI Template with a
particular Java class. Instances of that class can then be expanded using
the associated URI Template. The public fields and getter methods on the
class will be automatically mapped to URI Template variable names. Alternative
varnames can be specified for each field/getter using the VarName annotation
Optional Element Summary |
boolean |
isiri
|
value
public abstract String value
isiri
public abstract boolean isiri
- Default:
- false
Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.