Uses of Interface
jakarta.portlet.PortletSession
-
Packages that use PortletSession Package Description jakarta.portlet The jakarta.portlet package defines the API for the Jakarta Portlet Specification V4.0.jakarta.portlet.filter The jakarta.portlet.filter package defines the filter APIs for the Jakarta Portlet Specification. -
-
Uses of PortletSession in jakarta.portlet
Methods in jakarta.portlet that return PortletSession Modifier and Type Method Description PortletSessionPortletRequest. getPortletSession()Returns the current portlet session or, if there is no current session, creates one and returns the new session.PortletSessionPortletRequest. 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. -
Uses of PortletSession in jakarta.portlet.filter
Classes in jakarta.portlet.filter that implement PortletSession Modifier and Type Class Description classPortletSessionWrapperThePortletSessionWrapperprovides a convenient implementation of thePortletSessioninterface that can be subclassed by developers.Fields in jakarta.portlet.filter declared as PortletSession Modifier and Type Field Description protected PortletSessionPortletSessionWrapper. wrappedMethods in jakarta.portlet.filter that return PortletSession Modifier and Type Method Description PortletSessionPortletRequestWrapper. getPortletSession()PortletSessionPortletRequestWrapper. getPortletSession(boolean create)PortletSessionPortletSessionWrapper. getWrapped()Gets the wrapped object.Methods in jakarta.portlet.filter with parameters of type PortletSession Modifier and Type Method Description voidPortletSessionWrapper. setWrapped(PortletSession wrapped)Sets the wrapped object.Constructors in jakarta.portlet.filter with parameters of type PortletSession Constructor Description PortletSessionWrapper(PortletSession wrapped)
-