com.liferay.portlet
Class PortletServletSession

java.lang.Object
  extended by com.liferay.portal.kernel.servlet.HttpSessionWrapper
      extended by com.liferay.portlet.PortletServletSession
All Implemented Interfaces:
javax.servlet.http.HttpSession

public class PortletServletSession
extends com.liferay.portal.kernel.servlet.HttpSessionWrapper

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
PortletServletSession(javax.servlet.http.HttpSession session, PortletRequestImpl portletRequestImpl)
           
 
Method Summary
 void invalidate()
           
 
Methods inherited from class com.liferay.portal.kernel.servlet.HttpSessionWrapper
getAttribute, getAttributeNames, getCreationTime, getId, getLastAccessedTime, getMaxInactiveInterval, getServletContext, getSessionContext, getValue, getValueNames, isNew, putValue, removeAttribute, removeValue, setAttribute, setMaxInactiveInterval
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletServletSession

public PortletServletSession(javax.servlet.http.HttpSession session,
                             PortletRequestImpl portletRequestImpl)
Method Detail

invalidate

public void invalidate()
Specified by:
invalidate in interface javax.servlet.http.HttpSession
Overrides:
invalidate in class com.liferay.portal.kernel.servlet.HttpSessionWrapper