Package de.uplanet.lucy.server
Class ContextSession
java.lang.Object
de.uplanet.lucy.server.ContextSession
-
Method Summary
Modifier and TypeMethodDescriptionstatic de.uplanet.lucy.server.session.ISessionget()CallsThreadContext.getSession().
-
Method Details
-
get
public static de.uplanet.lucy.server.session.ISession get()CallsThreadContext.getSession().- Returns:
- The session that is bound to the current thread.
-