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) WebSessionWebServer.createNewSession(String hostAddr) Create a new web session id and object.(package private) WebSessionWebApp.getSession()(package private) WebSessionWebServer.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) voidWebServer.readTranslations(WebSession session, String language) Read the translation for this language and save them in the 'text' property of this session.(package private) voidWebApp.setSession(WebSession session, Properties attributes) Set the web session and attributes.