Java com.vaadin.server VaadinServletService fields, constructors, methods, implement or subclass

Example usage for Java com.vaadin.server VaadinServletService fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.vaadin.server VaadinServletService.

The text is from its open source code.

Subclass

com.vaadin.server.VaadinServletService has subclasses.
Click this link to see all its subclasses.

Constructor

Method

RegistrationaddSessionInitListener(SessionInitListener listener)
Adds a listener that gets notified when a new Vaadin service session is initialized for this service.
StringgetCancelingRelativePath(String pathToCancel)
Gets a relative path that cancels the provided path.
VaadinServletResponsegetCurrentResponse()
HttpServletRequestgetCurrentServletRequest()
DeploymentConfigurationgetDeploymentConfiguration()
Gets the deployment configuration.
voidinit()
Initializes this service.
voidsetSystemMessagesProvider(SystemMessagesProvider systemMessagesProvider)
Sets the system messages provider to use for getting system messages to display to users of this service.