|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||