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 WebSessionWebApp. sessionThe 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. sessionsMethods in org.h2.server.web that return WebSession Modifier and Type Method Description (package private) WebSessionWebServer. createNewSession(java.lang.String hostAddr)Create a new web session id and object.(package private) WebSessionWebApp. getSession()(package private) WebSessionWebServer. 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) voidWebServer. 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) voidWebApp. setSession(WebSession session, java.util.Properties attributes)Set the web session and attributes.
-