org.apache.abdera.i18n.templates
Annotation Type URITemplate


@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface URITemplate

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


Required Element Summary
 String value
           
 
Optional Element Summary
 boolean isiri
           
 

Element Detail

value

public abstract String value

isiri

public abstract boolean isiri
Default:
false


Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.