Uses of Interface
com.itmill.toolkit.terminal.web.ThemeSource

Packages that use ThemeSource
com.itmill.toolkit.terminal.web This package implement web terminal for both AJAX-capable and more limited web browsers. 
 

Uses of ThemeSource in com.itmill.toolkit.terminal.web
 

Classes in com.itmill.toolkit.terminal.web that implement ThemeSource
 class CollectionThemeSource
          Theme source for consisting of collection of other theme sources.
 class DirectoryThemeSource
          Theme source for reading themes from a directory on the Filesystem.
 class JarThemeSource
          Theme source for reading themes from a JAR archive.
 class ServletThemeSource
          Theme source for reading themes from a JAR archive.
 

Methods in com.itmill.toolkit.terminal.web that return ThemeSource
 ThemeSource ApplicationServlet.getThemeSource()
          Returns the theme source.
 

Methods in com.itmill.toolkit.terminal.web with parameters of type ThemeSource
 void CollectionThemeSource.add(ThemeSource source)
          Adds new theme source to this collection.
 String Theme.getPreferredMode(WebBrowser terminal, ThemeSource themeSource)
          Gets the preferred operating mode supported by this theme for given terminal.
 String UIDLTransformer.TransformerErrorHandler.getXSLErrorReport(ThemeSource themes, UIDLTransformerType type)
          Gets the formated error report on XSL.
 void AjaxApplicationManager.handleUidlRequest(HttpServletRequest request, HttpServletResponse response, ThemeSource themeSource)
           
 boolean Theme.supportsMode(String mode, WebBrowser terminal, ThemeSource themeSource)
          Tests if this theme suppors given mode.
 

Constructors in com.itmill.toolkit.terminal.web with parameters of type ThemeSource
UIDLTransformer(UIDLTransformerType type, ThemeSource themes, ApplicationServlet webAdapterServlet)
          UIDLTransformer constructor.
UIDLTransformerFactory(ThemeSource themeSource, ApplicationServlet webAdapterServlet, int maxConcurrentTransformers, long cacheTime)
          Constructor for transformer factory.
 



Copyright © 2000-2008 IT Mill Ltd. All Rights Reserved.