public abstract class VaadinLocalServlet
extends com.vaadin.server.VaadinServlet
ATMOSPHERE_MISSING_ERROR, DEFAULT_BUFFER_SIZE, DEFAULT_THEME_CACHETIME, DEFAULT_THEME_NAME, DEFAULT_WIDGETSET, ERROR_NO_UI_FOUND, INVALID_ATMOSPHERE_VERSION_WARNING, 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, PUSH_NOT_SUPPORTED_ERROR, REQUIRED_ATMOSPHERE_RUNTIME_VERSION, SERVLET_PARAMETER_CLOSE_IDLE_SESSIONS, SERVLET_PARAMETER_DISABLE_XSRF_PROTECTION, SERVLET_PARAMETER_HEARTBEAT_INTERVAL, SERVLET_PARAMETER_LEGACY_PROPERTY_TOSTRING, SERVLET_PARAMETER_PRODUCTION_MODE, SERVLET_PARAMETER_PUSH_MODE, SERVLET_PARAMETER_RESOURCE_CACHE_TIME, SERVLET_PARAMETER_UI_PROVIDER, THEME_DIR_PATH, URL_PARAMETER_THEME, WARNING_HEARTBEAT_INTERVAL_NOT_NUMERIC, WARNING_LEGACY_PROPERTY_TOSTRING, WARNING_PUSH_MODE_NOT_RECOGNIZED, WARNING_RESOURCE_CACHING_TIME_NOT_NUMERIC, WARNING_UNKNOWN_LEGACY_PROPERTY_TOSTRING_VALUE, WARNING_XSRF_PROTECTION_DISABLED, WIDGETSET_DIR_PATH, WIDGETSET_MISMATCH_INFO| Constructor and Description |
|---|
VaadinLocalServlet() |
| Modifier and Type | Method and Description |
|---|---|
protected javax.servlet.http.HttpServletRequest |
createLocalRequestMapper(javax.servlet.http.HttpServletRequest request) |
protected com.vaadin.server.VaadinServletService |
createServletService(com.vaadin.server.DeploymentConfiguration deploymentConfiguration) |
protected String |
findMappingPath(javax.servlet.http.HttpServletRequest request) |
String |
getMappingPath() |
String |
getServicePath() |
protected boolean |
isLocalStaticResourceRequest(javax.servlet.http.HttpServletRequest request) |
protected boolean |
isLocalUIDL(javax.servlet.http.HttpServletRequest request) |
protected void |
service(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
createDeploymentConfiguration, createVaadinRequest, criticalNotification, destroy, getApplicationUrl, getCurrent, getDefaultTheme, getRequestType, getResourcePath, getService, handleContextRootWithoutSlash, init, isAllowedVAADINResourceUrl, isStaticResourceRequest, safeEscapeForHtml, servletInitialized, stripSpecialChars, writeStaticResourceResponsedoDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, serviceprotected void service(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
IOException
service in class com.vaadin.server.VaadinServletjavax.servlet.ServletExceptionIOExceptionprotected String findMappingPath(javax.servlet.http.HttpServletRequest request)
protected javax.servlet.http.HttpServletRequest createLocalRequestMapper(javax.servlet.http.HttpServletRequest request)
protected boolean isLocalStaticResourceRequest(javax.servlet.http.HttpServletRequest request)
public String getMappingPath()
protected boolean isLocalUIDL(javax.servlet.http.HttpServletRequest request)
protected com.vaadin.server.VaadinServletService createServletService(com.vaadin.server.DeploymentConfiguration deploymentConfiguration)
throws com.vaadin.server.ServiceException
createServletService in class com.vaadin.server.VaadinServletcom.vaadin.server.ServiceExceptionpublic String getServicePath()
Copyright © 2015. All rights reserved.