Uses of Class
org.h2.server.web.WebSession
-
Packages that use WebSession Package Description org.h2.server.web The H2 Console tool. -
-
Uses of WebSession in org.h2.server.web
Fields in org.h2.server.web declared as WebSession Modifier and Type Field Description protected WebSession
WebApp. session
The session.Fields in org.h2.server.web with type parameters of type WebSession Modifier and Type Field Description private java.util.HashMap<java.lang.String,WebSession>
WebServer. sessions
Methods in org.h2.server.web that return WebSession Modifier and Type Method Description (package private) WebSession
WebServer. createNewSession(java.lang.String hostAddr)
Create a new web session id and object.(package private) WebSession
WebApp. getSession()
(package private) WebSession
WebServer. getSession(java.lang.String sessionId)
Get the web session object for the given session id.Methods in org.h2.server.web with parameters of type WebSession Modifier and Type Method Description (package private) void
WebServer. readTranslations(WebSession session, java.lang.String language)
Read the translation for this language and save them in the 'text' property of this session.(package private) void
WebApp. setSession(WebSession session, java.util.Properties attributes)
Set the web session and attributes.
-