diff options
author | Joonas Lehtinen <joonas.lehtinen@itmill.com> | 2006-12-29 11:43:33 +0000 |
---|---|---|
committer | Joonas Lehtinen <joonas.lehtinen@itmill.com> | 2006-12-29 11:43:33 +0000 |
commit | 5590682a3062d51fb61fdffbdd21b1a128800f50 (patch) | |
tree | cef14a0a9ed9b591e1cfbae4aa16be91b24a02b7 /src/com/itmill/toolkit/terminal/web/ThemeSource.java | |
parent | 035c3d4deff0433324c61643cd1c60e2f1e1783a (diff) | |
download | vaadin-framework-5590682a3062d51fb61fdffbdd21b1a128800f50.tar.gz vaadin-framework-5590682a3062d51fb61fdffbdd21b1a128800f50.zip |
New theme description format that supports combined ajax-xsl themes. This is not yet forced by default and it
should be backwards compatible with old ajax and xsl-themes.
svn changeset:184/svn branch:toolkit
Diffstat (limited to 'src/com/itmill/toolkit/terminal/web/ThemeSource.java')
-rw-r--r-- | src/com/itmill/toolkit/terminal/web/ThemeSource.java | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/com/itmill/toolkit/terminal/web/ThemeSource.java b/src/com/itmill/toolkit/terminal/web/ThemeSource.java index 300e9488c4..84bd9a722d 100644 --- a/src/com/itmill/toolkit/terminal/web/ThemeSource.java +++ b/src/com/itmill/toolkit/terminal/web/ThemeSource.java @@ -48,6 +48,9 @@ public interface ThemeSource { * UIDL data. The <code>type</code> parameter is used to limit * the templates, which are returned based on the theme fileset * requirements. + * + * This implicitly operates in xslt mode. + * * @param theme Theme, which XSL should be returned * @param type The type of the current client. * @return Collection of ThemeSource.XSLStream objects. |