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

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

Introduction

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

The text is from its open source code.

Subclass

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

Method

VaadinSessionfindVaadinSession(VaadinRequest request)
Attempts to find a Vaadin service session associated with this request.
VaadinServicegetCurrent()
Gets the currently used Vaadin service.
VaadinRequestgetCurrentRequest()
Gets the currently processed Vaadin request.
VaadinResponsegetCurrentResponse()
Gets the currently processed Vaadin response.
booleanisCsrfTokenValid(VaadinSession session, String requestToken)
Verifies that the given CSRF token (aka double submit cookie) is valid for the given session.
voidreinitializeSession(VaadinRequest request)
Discards the current session and creates a new session with the same contents.