com.liferay.portlet
Class PortletServletSession
java.lang.Object
com.liferay.portal.kernel.servlet.HttpSessionWrapper
com.liferay.portlet.PortletServletSession
- All Implemented Interfaces:
- javax.servlet.http.HttpSession
public class PortletServletSession
- extends HttpSessionWrapper
| 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 |
PortletServletSession
public PortletServletSession(javax.servlet.http.HttpSession session,
PortletRequestImpl portletRequestImpl)
invalidate
public void invalidate()
- Specified by:
invalidate in interface javax.servlet.http.HttpSession- Overrides:
invalidate in class HttpSessionWrapper