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

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

Introduction

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

The text is from its open source code.

Implementation

com.vaadin.server.WrappedSession has the following implementations.
Click this link to see all its implementation.

Method

ObjectgetAttribute(String name)
Gets an attribute from this session.
StringgetId()
Gets a string with a unique identifier for the session.
intgetMaxInactiveInterval()
Returns the maximum time interval, in seconds, that this session will be kept open between client accesses.
voidinvalidate()
Invalidates this session then unbinds any objects bound to it.
voidremoveAttribute(String name)
Removes the object bound with the specified name from this session.
voidsetAttribute(String name, Object value)
Saves an attribute value in this session.
voidsetMaxInactiveInterval(int interval)
Specifies the time, in seconds, between client requests before the servlet container will invalidate this session.