Uses of Class
com.itmill.toolkit.terminal.web.ApplicationServlet

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

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

Methods in com.itmill.toolkit.terminal.web that return ApplicationServlet
protected  ApplicationServlet DebugWindow.getServlet()
          Returns the servlet.
 

Methods in com.itmill.toolkit.terminal.web with parameters of type ApplicationServlet
protected static String ThemeFunctionLibrary.generateWindowScript(Window window, Application app, ApplicationServlet wa, WebBrowser browser)
           
protected  void DebugWindow.setServlet(ApplicationServlet servlet)
          Sets the servlet.
protected static void ThemeFunctionLibrary.setState(Application application, Window window, WebBrowser webBrowser, HttpSession session, ApplicationServlet webAdapterServlet, String theme)
           
 

Constructors in com.itmill.toolkit.terminal.web with parameters of type ApplicationServlet
DebugWindow(Application debuggedApplication, HttpSession session, ApplicationServlet servlet)
          Creates a new debug window for an application.
DirectoryThemeSource(File path, ApplicationServlet webAdapterServlet)
          Creates a new instance of ThemeRepository by reading the themes from a local directory.
JarThemeSource(File file, ApplicationServlet webAdapterServlet, String path)
          Creates a new instance of ThemeRepository by reading the themes from a local directory.
ServletThemeSource(ServletContext context, ApplicationServlet webAdapterServlet, String path)
          Creates a new instance of ThemeRepository by reading the themes from a local directory.
UIDLTransformer(UIDLTransformerType type, ThemeSource themes, ApplicationServlet webAdapterServlet)
          UIDLTransformer constructor.
UIDLTransformerFactory(ThemeSource themeSource, ApplicationServlet webAdapterServlet, int maxConcurrentTransformers, long cacheTime)
          Constructor for transformer factory.
WebPaintTarget(HttpVariableMap variableMap, UIDLTransformerType type, ApplicationServlet webAdapterServlet, Theme theme)
          Creates a new XMLPrintWriter, without automatic line flushing.
 



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