Package com.liferay.portlet
Class PortletServletSession
Object
com.liferay.portal.kernel.servlet.HttpSessionWrapper
com.liferay.portlet.PortletServletSession
- All Implemented Interfaces:
javax.servlet.http.HttpSession
public class PortletServletSession
extends com.liferay.portal.kernel.servlet.HttpSessionWrapper
- Author:
- Brian Wing Shun Chan
-
Constructor Summary
ConstructorsConstructorDescriptionPortletServletSession
(javax.servlet.http.HttpSession httpSession, com.liferay.portal.kernel.portlet.LiferayPortletRequest liferayPortletRequest) -
Method Summary
Methods inherited from class com.liferay.portal.kernel.servlet.HttpSessionWrapper
equals, getAttribute, getAttributeNames, getCreationTime, getId, getLastAccessedTime, getMaxInactiveInterval, getServletContext, getSessionContext, getValue, getValueNames, getWrappedSession, hashCode, isNew, putValue, removeAttribute, removeValue, setAttribute, setMaxInactiveInterval
-
Constructor Details
-
PortletServletSession
public PortletServletSession(javax.servlet.http.HttpSession httpSession, com.liferay.portal.kernel.portlet.LiferayPortletRequest liferayPortletRequest)
-
-
Method Details
-
invalidate
public void invalidate()- Specified by:
invalidate
in interfacejavax.servlet.http.HttpSession
- Overrides:
invalidate
in classcom.liferay.portal.kernel.servlet.HttpSessionWrapper
-