Class HttpSessionWrapper
Object
com.liferay.portal.kernel.servlet.HttpSessionWrapper
- All Implemented Interfaces:
javax.servlet.http.HttpSession
- Direct Known Subclasses:
CompoundSessionIdHttpSession
- Author:
- Brian Wing Shun Chan
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getAttribute
(String name) long
getId()
long
int
javax.servlet.ServletContext
javax.servlet.http.HttpSessionContext
Deprecated.As of Bunyan (6.0.x)Deprecated.As of Bunyan (6.0.x)String[]
Deprecated.As of Bunyan (6.0.x)javax.servlet.http.HttpSession
int
hashCode()
void
boolean
isNew()
void
Deprecated.As of Bunyan (6.0.x)void
removeAttribute
(String name) void
removeValue
(String name) Deprecated.As of Bunyan (6.0.x)void
setAttribute
(String name, Object value) void
setMaxInactiveInterval
(int interval)
-
Constructor Details
-
HttpSessionWrapper
public HttpSessionWrapper(javax.servlet.http.HttpSession httpSession)
-
-
Method Details
-
equals
-
getAttribute
- Specified by:
getAttribute
in interfacejavax.servlet.http.HttpSession
-
getAttributeNames
- Specified by:
getAttributeNames
in interfacejavax.servlet.http.HttpSession
-
getCreationTime
public long getCreationTime()- Specified by:
getCreationTime
in interfacejavax.servlet.http.HttpSession
-
getId
- Specified by:
getId
in interfacejavax.servlet.http.HttpSession
-
getLastAccessedTime
public long getLastAccessedTime()- Specified by:
getLastAccessedTime
in interfacejavax.servlet.http.HttpSession
-
getMaxInactiveInterval
public int getMaxInactiveInterval()- Specified by:
getMaxInactiveInterval
in interfacejavax.servlet.http.HttpSession
-
getServletContext
public javax.servlet.ServletContext getServletContext()- Specified by:
getServletContext
in interfacejavax.servlet.http.HttpSession
-
getSessionContext
Deprecated.As of Bunyan (6.0.x)- Specified by:
getSessionContext
in interfacejavax.servlet.http.HttpSession
-
getValue
Deprecated.As of Bunyan (6.0.x)- Specified by:
getValue
in interfacejavax.servlet.http.HttpSession
-
getValueNames
Deprecated.As of Bunyan (6.0.x)- Specified by:
getValueNames
in interfacejavax.servlet.http.HttpSession
-
getWrappedSession
public javax.servlet.http.HttpSession getWrappedSession() -
hashCode
public int hashCode() -
invalidate
public void invalidate()- Specified by:
invalidate
in interfacejavax.servlet.http.HttpSession
-
isNew
public boolean isNew()- Specified by:
isNew
in interfacejavax.servlet.http.HttpSession
-
putValue
Deprecated.As of Bunyan (6.0.x)- Specified by:
putValue
in interfacejavax.servlet.http.HttpSession
-
removeAttribute
- Specified by:
removeAttribute
in interfacejavax.servlet.http.HttpSession
-
removeValue
Deprecated.As of Bunyan (6.0.x)- Specified by:
removeValue
in interfacejavax.servlet.http.HttpSession
-
setAttribute
- Specified by:
setAttribute
in interfacejavax.servlet.http.HttpSession
-
setMaxInactiveInterval
public void setMaxInactiveInterval(int interval) - Specified by:
setMaxInactiveInterval
in interfacejavax.servlet.http.HttpSession
-