|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WrappedSession | |
|---|---|
| com.vaadin.server | |
| Uses of WrappedSession in com.vaadin.server |
|---|
| Classes in com.vaadin.server that implement WrappedSession | |
|---|---|
class |
WrappedHttpSession
Wrapper for HttpSession. |
class |
WrappedPortletSession
Wrapper for |
| Methods in com.vaadin.server that return WrappedSession | |
|---|---|
WrappedSession |
VaadinSession.getSession()
Gets the underlying session to which this service session is currently associated. |
WrappedSession |
VaadinServletRequest.getWrappedSession()
|
WrappedSession |
VaadinPortletRequest.getWrappedSession()
|
WrappedSession |
VaadinRequest.getWrappedSession()
Gets the session associated with this request, creating a new if there is no session. |
WrappedSession |
VaadinServletRequest.getWrappedSession(boolean allowSessionCreation)
|
WrappedSession |
VaadinPortletRequest.getWrappedSession(boolean allowSessionCreation)
|
WrappedSession |
VaadinRequest.getWrappedSession(boolean allowSessionCreation)
Gets the session associated with this request, optionally creating a new if there is no session. |
| Methods in com.vaadin.server with parameters of type WrappedSession | |
|---|---|
static VaadinSession |
VaadinSession.getForSession(VaadinService service,
WrappedSession underlyingSession)
Deprecated. As of 7.0. Should be moved to a separate session storage class some day. |
protected java.util.concurrent.locks.Lock |
VaadinService.getSessionLock(WrappedSession wrappedSession)
Gets the lock instance used to lock the VaadinSession associated with the given wrapped session. |
protected void |
VaadinService.lockSession(WrappedSession wrappedSession)
Locks the given session for this service instance. |
void |
VaadinSession.storeInSession(VaadinService service,
WrappedSession session)
Deprecated. As of 7.0. Should be moved to a separate session storage class some day. |
protected void |
VaadinService.unlockSession(WrappedSession wrappedSession)
Releases the lock for the given session for this service instance. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||