Example usage for Java com.vaadin.server VaadinService fields, constructors, methods, implement or subclass
The text is from its open source code.
VaadinSession | findVaadinSession(VaadinRequest request) Attempts to find a Vaadin service session associated with this request. |
VaadinService | getCurrent() Gets the currently used Vaadin service. |
VaadinRequest | getCurrentRequest() Gets the currently processed Vaadin request. |
VaadinResponse | getCurrentResponse() Gets the currently processed Vaadin response. |
boolean | isCsrfTokenValid(VaadinSession session, String requestToken) Verifies that the given CSRF token (aka double submit cookie) is valid for the given session. |
void | reinitializeSession(VaadinRequest request) Discards the current session and creates a new session with the same contents. |