|
||||||||||
| 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 | |
|---|---|
java.lang.String |
source
The filename of the html file containing the template. |
java.lang.String |
value
The template itself, defined inline |
public abstract java.lang.String value
public abstract java.lang.String source
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||