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

    Constructors
    Constructor
    Description
    PortletServletSession(javax.servlet.http.HttpSession httpSession, com.liferay.portal.kernel.portlet.LiferayPortletRequest liferayPortletRequest)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     

    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

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • 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 interface javax.servlet.http.HttpSession
      Overrides:
      invalidate in class com.liferay.portal.kernel.servlet.HttpSessionWrapper