Class HttpSessionAdaptor
java.lang.Object
org.adempiere.eclipse.equinox.http.servlet.HttpSessionAdaptor
- All Implemented Interfaces:
javax.servlet.http.HttpSession
-
Constructor Summary
ConstructorsConstructorDescriptionHttpSessionAdaptor(javax.servlet.http.HttpSession session, javax.servlet.Servlet servlet) -
Method Summary
Modifier and TypeMethodDescriptiongetAttribute(String arg0) longgetId()longintjavax.servlet.ServletContextjavax.servlet.http.HttpSessionContextDeprecated.Deprecated.String[]Deprecated.voidbooleanisNew()voidDeprecated.voidremoveAttribute(String arg0) voidremoveValue(String arg0) Deprecated.voidsetAttribute(String arg0, Object arg1) voidsetMaxInactiveInterval(int arg0)
-
Constructor Details
-
HttpSessionAdaptor
public HttpSessionAdaptor(javax.servlet.http.HttpSession session, javax.servlet.Servlet servlet)
-
-
Method Details
-
getServletContext
public javax.servlet.ServletContext getServletContext()- Specified by:
getServletContextin interfacejavax.servlet.http.HttpSession
-
getAttribute
- Specified by:
getAttributein interfacejavax.servlet.http.HttpSession
-
getAttributeNames
- Specified by:
getAttributeNamesin interfacejavax.servlet.http.HttpSession
-
getCreationTime
public long getCreationTime()- Specified by:
getCreationTimein interfacejavax.servlet.http.HttpSession
-
getId
- Specified by:
getIdin interfacejavax.servlet.http.HttpSession
-
getLastAccessedTime
public long getLastAccessedTime()- Specified by:
getLastAccessedTimein interfacejavax.servlet.http.HttpSession
-
getMaxInactiveInterval
public int getMaxInactiveInterval()- Specified by:
getMaxInactiveIntervalin interfacejavax.servlet.http.HttpSession
-
getSessionContext
Deprecated.- Specified by:
getSessionContextin interfacejavax.servlet.http.HttpSession
-
getValue
Deprecated.- Specified by:
getValuein interfacejavax.servlet.http.HttpSession
-
getValueNames
Deprecated.- Specified by:
getValueNamesin interfacejavax.servlet.http.HttpSession
-
invalidate
public void invalidate()- Specified by:
invalidatein interfacejavax.servlet.http.HttpSession
-
isNew
public boolean isNew()- Specified by:
isNewin interfacejavax.servlet.http.HttpSession
-
putValue
Deprecated.- Specified by:
putValuein interfacejavax.servlet.http.HttpSession
-
removeAttribute
- Specified by:
removeAttributein interfacejavax.servlet.http.HttpSession
-
removeValue
Deprecated.- Specified by:
removeValuein interfacejavax.servlet.http.HttpSession
-
setAttribute
- Specified by:
setAttributein interfacejavax.servlet.http.HttpSession
-
setMaxInactiveInterval
public void setMaxInactiveInterval(int arg0) - Specified by:
setMaxInactiveIntervalin interfacejavax.servlet.http.HttpSession
-