Class CurrentSessionContext

java.lang.Object
org.teamapps.ux.session.CurrentSessionContext

public class CurrentSessionContext
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    CurrentSessionContext()  
  • Method Summary

    Modifier and Type Method Description
    static SessionContext get()  
    static SessionContext getOrNull()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CurrentSessionContext

      public CurrentSessionContext()
  • Method Details