|
||||||||||
| 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. Will likely change or be removed in a future version |
void |
VaadinSession.storeInSession(VaadinService service,
WrappedSession session)
Deprecated. As of 7.0. Will likely change or be removed in a future version |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||