Class SharedSession
Object
com.liferay.portal.kernel.servlet.SharedSession
- All Implemented Interfaces:
javax.servlet.http.HttpSession
- Author:
- Brian Wing Shun Chan
-
Constructor Summary
ConstructorsConstructorDescriptionSharedSession
(javax.servlet.http.HttpSession portalHttpSession, javax.servlet.http.HttpSession portletHttpSession) -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
getAttribute
(String name) long
getId()
long
int
javax.servlet.ServletContext
javax.servlet.http.HttpSessionContext
Deprecated.As of Paton (6.1.x)protected javax.servlet.http.HttpSession
protected javax.servlet.http.HttpSession
getSessionDelegate
(String name) Deprecated.As of Wilberforce (7.0.x)String[]
Deprecated.As of Wilberforce (7.0.x)void
boolean
isNew()
void
Deprecated.As of Wilberforce (7.0.x)void
removeAttribute
(String name) void
removeValue
(String name) Deprecated.As of Wilberforce (7.0.x)void
setAttribute
(String name, Object value) void
setMaxInactiveInterval
(int maxInactiveInterval)
-
Constructor Details
-
SharedSession
public SharedSession(javax.servlet.http.HttpSession portalHttpSession, javax.servlet.http.HttpSession portletHttpSession)
-
-
Method Details
-
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 Paton (6.1.x)- Specified by:
getSessionContext
in interfacejavax.servlet.http.HttpSession
-
getValue
Deprecated.As of Wilberforce (7.0.x)- Specified by:
getValue
in interfacejavax.servlet.http.HttpSession
-
getValueNames
Deprecated.As of Wilberforce (7.0.x)- Specified by:
getValueNames
in interfacejavax.servlet.http.HttpSession
-
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 Wilberforce (7.0.x)- Specified by:
putValue
in interfacejavax.servlet.http.HttpSession
-
removeAttribute
- Specified by:
removeAttribute
in interfacejavax.servlet.http.HttpSession
-
removeValue
Deprecated.As of Wilberforce (7.0.x)- Specified by:
removeValue
in interfacejavax.servlet.http.HttpSession
-
setAttribute
- Specified by:
setAttribute
in interfacejavax.servlet.http.HttpSession
-
setMaxInactiveInterval
public void setMaxInactiveInterval(int maxInactiveInterval) - Specified by:
setMaxInactiveInterval
in interfacejavax.servlet.http.HttpSession
-
getSessionDelegate
protected javax.servlet.http.HttpSession getSessionDelegate() -
getSessionDelegate
-