Package org.eclnt.jsfserver.session
Class UsageWithoutSessionContext.DummyHttpSession
java.lang.Object
org.eclnt.jsfserver.session.UsageWithoutSessionContext.DummyHttpSession
- All Implemented Interfaces:
jakarta.servlet.http.HttpSession
- Enclosing class:
- UsageWithoutSessionContext
public static class UsageWithoutSessionContext.DummyHttpSession
extends Object
implements jakarta.servlet.http.HttpSession
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAttribute(String arg0) longgetId()longintjakarta.servlet.ServletContextjakarta.servlet.http.HttpSessionContextString[]voidbooleanisNew()voidvoidremoveAttribute(String arg0) voidremoveValue(String arg0) voidsetAttribute(String arg0, Object arg1) voidsetMaxInactiveInterval(int arg0)
-
Constructor Details
-
DummyHttpSession
public DummyHttpSession()
-
-
Method Details
-
getAttribute
- Specified by:
getAttributein interfacejakarta.servlet.http.HttpSession
-
getAttributeNames
- Specified by:
getAttributeNamesin interfacejakarta.servlet.http.HttpSession
-
getCreationTime
public long getCreationTime()- Specified by:
getCreationTimein interfacejakarta.servlet.http.HttpSession
-
getId
- Specified by:
getIdin interfacejakarta.servlet.http.HttpSession
-
getLastAccessedTime
public long getLastAccessedTime()- Specified by:
getLastAccessedTimein interfacejakarta.servlet.http.HttpSession
-
getMaxInactiveInterval
public int getMaxInactiveInterval()- Specified by:
getMaxInactiveIntervalin interfacejakarta.servlet.http.HttpSession
-
getServletContext
public jakarta.servlet.ServletContext getServletContext()- Specified by:
getServletContextin interfacejakarta.servlet.http.HttpSession
-
getSessionContext
public jakarta.servlet.http.HttpSessionContext getSessionContext()- Specified by:
getSessionContextin interfacejakarta.servlet.http.HttpSession
-
getValue
- Specified by:
getValuein interfacejakarta.servlet.http.HttpSession
-
getValueNames
- Specified by:
getValueNamesin interfacejakarta.servlet.http.HttpSession
-
invalidate
public void invalidate()- Specified by:
invalidatein interfacejakarta.servlet.http.HttpSession
-
isNew
public boolean isNew()- Specified by:
isNewin interfacejakarta.servlet.http.HttpSession
-
putValue
- Specified by:
putValuein interfacejakarta.servlet.http.HttpSession
-
removeAttribute
- Specified by:
removeAttributein interfacejakarta.servlet.http.HttpSession
-
removeValue
- Specified by:
removeValuein interfacejakarta.servlet.http.HttpSession
-
setAttribute
- Specified by:
setAttributein interfacejakarta.servlet.http.HttpSession
-
setMaxInactiveInterval
public void setMaxInactiveInterval(int arg0) - Specified by:
setMaxInactiveIntervalin interfacejakarta.servlet.http.HttpSession
-