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 |
getAttribute, getAttributeNames, getCreationTime, getId, getLastAccessedTime, getMaxInactiveInterval, getServletContext, getSessionContext, getValue, getValueNames, getWrappedSession, isNew, putValue, removeAttribute, removeValue, setAttribute, setMaxInactiveInterval |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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