Uses of Class
org.h2.server.web.WebSession
Packages that use WebSession
-
Uses of WebSession in org.h2.server.web
Fields in org.h2.server.web declared as WebSessionFields in org.h2.server.web with type parameters of type WebSessionMethods in org.h2.server.web that return WebSessionModifier and TypeMethodDescription(package private) WebSession
WebServer.createNewSession
(String hostAddr) Create a new web session id and object.(package private) WebSession
WebApp.getSession()
(package private) WebSession
WebServer.getSession
(String sessionId) Get the web session object for the given session id.Methods in org.h2.server.web with parameters of type WebSessionModifier and TypeMethodDescription(package private) void
WebServer.readTranslations
(WebSession session, 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, Properties attributes) Set the web session and attributes.