Class WebSessionUtil


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

      Constructors 
      Constructor Description
      WebSessionUtil()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.Object getSessionMutex​(javax.servlet.http.HttpSession session)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • SESSION_MUTEX_ATTRIBUTE

        public static final java.lang.String SESSION_MUTEX_ATTRIBUTE
    • Constructor Detail

      • WebSessionUtil

        public WebSessionUtil()
    • Method Detail

      • getSessionMutex

        public static java.lang.Object getSessionMutex​(javax.servlet.http.HttpSession session)