Package muntjac :: Package terminal :: Package gwt :: Package server :: Module gae_application_servlet :: Class GaeApplicationServlet
[hide private]
[frames] | no frames]

Class GaeApplicationServlet

source code

                                 object --+                    
                                          |                    
             paste.webkit.wkservlet.Servlet --+                
                                              |                
             paste.webkit.wkservlet.HTTPServlet --+            
                                                  |            
                paste_wsgi_servlet.PasteWsgiServlet --+        
                                                      |        
                                         object --+   |        
                                                  |   |        
                                constants.Constants --+        
                                                      |        
abstract_application_servlet.AbstractApplicationServlet --+    
                                                          |    
                     application_servlet.ApplicationServlet --+
                                                              |
                                                             GaeApplicationServlet

Nested Classes [hide private]

Inherited from paste_wsgi_servlet.PasteWsgiServlet: EndResponse

Inherited from paste.webkit.wkservlet.Servlet: ReturnIterException

Instance Methods [hide private]
 
service(self, request, response)
Receives standard HTTP requests from the public service method and dispatches them.
source code
 
getSession(self, request, allowSessionCreation=True) source code
 
invalidateSession(self, request) source code
 
getSessionId(self, request) source code
 
getSessionAttribute(self, session, name, default=None) source code
 
setSessionAttribute(self, session, name, value) source code
 
getMaxInactiveInterval(self, session) source code
 
isSessionNew(self, session) source code

Inherited from application_servlet.ApplicationServlet: __init__, getApplicationClass, getNewApplication

Inherited from 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, setAjaxPageHeaders, startApplication, updateBrowserProperties, writeAjaxPage, writeAjaxPageHtmlBodyStart, writeAjaxPageHtmlHeadStart, writeAjaxPageHtmlHeader, writeAjaxPageHtmlMainDiv, writeAjaxPageHtmlMuntjacScripts, writeResponse

Inherited from paste_wsgi_servlet.PasteWsgiServlet: awake, getContentLength, getContentType, getContextPath, getHeader, getIfModifiedSince, getInputStream, getLocale, getOutputStream, getParameter, getParameters, getPathInfo, getRequestUri, getResource, getResourceAsStream, getResourcePath, getServerName, getServerPort, getServletPath, getUrlPath, getUserAgent, isSecure, originalContextPath, redirect, respond, setHeader, setParameter, 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 abstract_application_servlet.AbstractApplicationServlet: getDefaultTheme, isSafe, removeHeadingOrTrailing, safeEscapeForHtml, stripSpecialChars

Class Variables [hide private]
  SID = '0ce25c442d1f4fad8fb6eb44f24ff4a5e0df89e07ae97a3f'

Inherited from 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 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]

service(self, request, response)

source code 

Receives standard HTTP requests from the public service method and dispatches them.

Overrides: paste_wsgi_servlet.PasteWsgiServlet.service

getSession(self, request, allowSessionCreation=True)

source code 
Overrides: paste_wsgi_servlet.PasteWsgiServlet.getSession

invalidateSession(self, request)

source code 
Overrides: paste_wsgi_servlet.PasteWsgiServlet.invalidateSession

getSessionId(self, request)

source code 
Overrides: paste_wsgi_servlet.PasteWsgiServlet.getSessionId

getSessionAttribute(self, session, name, default=None)

source code 
Overrides: paste_wsgi_servlet.PasteWsgiServlet.getSessionAttribute

setSessionAttribute(self, session, name, value)

source code 
Overrides: paste_wsgi_servlet.PasteWsgiServlet.setSessionAttribute

getMaxInactiveInterval(self, session)

source code 
Overrides: paste_wsgi_servlet.PasteWsgiServlet.getMaxInactiveInterval

isSessionNew(self, session)

source code 
Overrides: paste_wsgi_servlet.PasteWsgiServlet.isSessionNew