|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) @Target(value=METHOD) @Documented public static @interface XTemplates.XTemplate
Indicates the string that should be used when generating the template.
Either an html string can be specified (like
SafeHtmlTemplates, or a source file
may be specified.
| Optional Element Summary | |
|---|---|
String |
source
The filename of the html file containing the template. |
String |
value
The template itself, defined inline |
public abstract String value
public abstract String source
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||