Interface LiferayPortletSession

All Superinterfaces:
jakarta.portlet.PortletSession

public interface LiferayPortletSession extends jakarta.portlet.PortletSession
Author:
Brian Wing Shun Chan
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
    static final String
     

    Fields inherited from interface jakarta.portlet.PortletSession

    APPLICATION_SCOPE, PORTLET_SCOPE
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setHttpSession(jakarta.servlet.http.HttpSession httpSession)
     

    Methods inherited from interface jakarta.portlet.PortletSession

    getAttribute, getAttribute, getAttributeMap, getAttributeMap, getAttributeNames, getAttributeNames, getCreationTime, getId, getLastAccessedTime, getMaxInactiveInterval, getPortletContext, invalidate, isNew, removeAttribute, removeAttribute, setAttribute, setAttribute, setMaxInactiveInterval
  • Field Details

  • Method Details

    • setHttpSession

      void setHttpSession(jakarta.servlet.http.HttpSession httpSession)