Package projectplayground.utils
Class SessionUtils
java.lang.Object
projectplayground.utils.SessionUtils
public class SessionUtils
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description SessionUtils() -
Method Summary
Modifier and Type Method Description static javax.servlet.http.HttpServletRequestgetRequest()static javax.servlet.http.HttpSessiongetSession()static java.lang.StringgetUserId()static java.lang.StringgetUserName()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
SessionUtils
public SessionUtils()
-
-
Method Details
-
getSession
public static javax.servlet.http.HttpSession getSession() -
getRequest
public static javax.servlet.http.HttpServletRequest getRequest() -
getUserName
public static java.lang.String getUserName() -
getUserId
public static java.lang.String getUserId()
-