Uses of Interface
javax.portlet.PortletSession
-
Uses of PortletSession in javax.portlet
Methods in javax.portlet that return PortletSessionModifier and TypeMethodDescriptionPortletRequest.getPortletSession()
Returns the current portlet session or, if there is no current session, creates one and returns the new session.PortletRequest.getPortletSession
(boolean create) Returns the current portlet session or, if there is no current session and the given flag istrue
, creates one and returns the new session.