Package muntjac :: Package addon :: Package invient :: Package demo :: Module invient_demo_app_servlet :: Class InvientChartsDemoAppServlet
[hide private]
[frames] | no frames]

Class InvientChartsDemoAppServlet

source code

                                                     object --+                    
                                                              |                    
                                 paste.webkit.wkservlet.Servlet --+                
                                                                  |                
                                 paste.webkit.wkservlet.HTTPServlet --+            
                                                                      |            
                terminal.gwt.server.paste_wsgi_servlet.PasteWsgiServlet --+        
                                                                          |        
                                                             object --+   |        
                                                                      |   |        
                                terminal.gwt.server.constants.Constants --+        
                                                                          |        
terminal.gwt.server.abstract_application_servlet.AbstractApplicationServlet --+    
                                                                              |    
                     terminal.gwt.server.application_servlet.ApplicationServlet --+
                                                                                  |
                                                                                 InvientChartsDemoAppServlet

Nested Classes [hide private]

Inherited from terminal.gwt.server.paste_wsgi_servlet.PasteWsgiServlet: EndResponse

Inherited from paste.webkit.wkservlet.Servlet: ReturnIterException

Instance Methods [hide private]
 
writeAjaxPageHtmlMuntjacScripts(self, window, themeName, application, page, appUrl, themeUri, appId, request)
Method to write the script part of the page which loads needed Muntjac scripts and themes.
source code

Inherited from terminal.gwt.server.application_servlet.ApplicationServlet: __init__, getApplicationClass, getNewApplication

Inherited from terminal.gwt.server.abstract_application_servlet.AbstractApplicationServlet: browserHasNewestVersion, checkCrossSiteProtection, checkProductionMode, checkResourceCacheTime, checkWidgetsetVersion, closeApplication, createApplication, createCommunicationManager, criticalNotification, endApplication, ensureCookiesEnabled, findApplicationInstance, getApplicationCSSClassName, getApplicationContext, getApplicationOrSystemProperty, getApplicationProperty, getApplicationUrl, getApplicationWindow, getExistingApplication, getNoScriptMessage, getRequestPathInfo, getRequestType, getResourceCacheTime, getResourceLocation, getStaticFilesLocation, getSystemMessages, getSystemProperty, getThemeForWindow, getThemeUri, getWebApplicationsStaticFileLocation, handleDownload, handleServiceException, handleServiceSecurityException, handleServiceSessionExpired, handleURI, init, isAllowedVAADINResourceUrl, isApplicationRequest, isFileUploadRequest, isOnUnloadRequest, isProductionMode, isRepaintAll, isStandalone, isStaticResourceRequest, isUIDLRequest, redirectToApplication, requestCanCreateApplication, serveStaticResources, serveStaticResourcesInVAADIN, service, setAjaxPageHeaders, startApplication, updateBrowserProperties, writeAjaxPage, writeAjaxPageHtmlBodyStart, writeAjaxPageHtmlHeadStart, writeAjaxPageHtmlHeader, writeAjaxPageHtmlMainDiv, writeResponse

Inherited from terminal.gwt.server.paste_wsgi_servlet.PasteWsgiServlet: awake, getContentLength, getContentType, getContextPath, getHeader, getIfModifiedSince, getInputStream, getLocale, getMaxInactiveInterval, getOutputStream, getParameter, getParameters, getPathInfo, getRequestUri, getResource, getResourceAsStream, getResourcePath, getServerName, getServerPort, getServletPath, getSession, getSessionAttribute, getSessionId, getUrlPath, getUserAgent, invalidateSession, isSecure, isSessionNew, originalContextPath, redirect, respond, setHeader, setParameter, setSessionAttribute, setStatus, write

Inherited from paste.webkit.wkservlet.HTTPServlet: notImplemented, respondToHead

Inherited from paste.webkit.wkservlet.Servlet: __call__, canBeReused, canBeThreaded, name, runTransaction, sleep, wsgi_application

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Methods [hide private]

Inherited from terminal.gwt.server.abstract_application_servlet.AbstractApplicationServlet: getDefaultTheme, isSafe, removeHeadingOrTrailing, safeEscapeForHtml, stripSpecialChars

Class Variables [hide private]

Inherited from terminal.gwt.server.abstract_application_servlet.AbstractApplicationServlet: REQUEST_APPSTYLE, REQUEST_DEFAULT_THEME, REQUEST_FRAGMENT, REQUEST_SHARED_WIDGETSET, REQUEST_VAADIN_STATIC_FILE_PATH, REQUEST_WIDGETSET, UPLOAD_URL_PREFIX, VERSION, VERSION_BUILD, VERSION_MAJOR, VERSION_MINOR, VERSION_REVISION, digits

Inherited from paste.webkit.wkservlet.Servlet: __traceback_supplement_hide_vars__

Inherited from terminal.gwt.server.constants.Constants: AJAX_UIDL_URI, DEFAULT_BUFFER_SIZE, DEFAULT_THEME_CACHETIME, DEFAULT_THEME_NAME, DEFAULT_WIDGETSET, ERROR_NO_WINDOW_FOUND, INVALID_SECURITY_KEY_MSG, MAX_BUFFER_SIZE, NOT_PRODUCTION_MODE_INFO, PARAMETER_VAADIN_RESOURCES, PARAMETER_WIDGETSET, PORTAL_PARAMETER_VAADIN_RESOURCE_PATH, PORTAL_PARAMETER_VAADIN_THEME, PORTAL_PARAMETER_VAADIN_WIDGETSET, SERVLET_PARAMETER_DEBUG, SERVLET_PARAMETER_DISABLE_XSRF_PROTECTION, SERVLET_PARAMETER_PRODUCTION_MODE, SERVLET_PARAMETER_RESOURCE_CACHE_TIME, THEME_DIRECTORY_PATH, URL_PARAMETER_CLOSE_APPLICATION, URL_PARAMETER_REPAINT_ALL, URL_PARAMETER_RESTART_APPLICATION, URL_PARAMETER_THEME, WARNING_RESOURCE_CACHING_TIME_NOT_NUMERIC, WARNING_XSRF_PROTECTION_DISABLED, WIDGETSET_DIRECTORY_PATH, WIDGETSET_MISMATCH_INFO

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

writeAjaxPageHtmlMuntjacScripts(self, window, themeName, application, page, appUrl, themeUri, appId, request)

source code 

Method to write the script part of the page which loads needed Muntjac scripts and themes.

Override this method if you want to add some custom html around scripts.

Raises:
Overrides: terminal.gwt.server.abstract_application_servlet.AbstractApplicationServlet.writeAjaxPageHtmlMuntjacScripts
(inherited documentation)