Uses of Interface
jakarta.portlet.PortletContext
-
Packages that use PortletContext 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 PortletContext in jakarta.portlet
Methods in jakarta.portlet that return PortletContext Modifier and Type Method Description PortletContextGenericPortlet. getPortletContext()Returns thePortletContextof the portlet application the portlet is in.PortletContextPortletConfig. getPortletContext()Returns thePortletContextof the portlet application the portlet is in.PortletContextPortletRequest. getPortletContext()Returns thePortletContextof the portlet application the portlet is in.PortletContextPortletSession. getPortletContext()Returns the portlet application context associated with this session. -
Uses of PortletContext in jakarta.portlet.filter
Classes in jakarta.portlet.filter that implement PortletContext Modifier and Type Class Description classPortletContextWrapperThePortletContextWrapperprovides a convenient implementation of thePortletContextinterface that can be subclassed by developers.Fields in jakarta.portlet.filter declared as PortletContext Modifier and Type Field Description protected PortletContextPortletContextWrapper. wrappedMethods in jakarta.portlet.filter that return PortletContext Modifier and Type Method Description PortletContextFilterConfig. getPortletContext()Returns a reference to thePortletContextin which the caller is executing.PortletContextPortletConfigWrapper. getPortletContext()PortletContextPortletContextWrapper. getPortletContext()Gets the wrapped object.PortletContextPortletRequestWrapper. getPortletContext()PortletContextPortletSessionWrapper. getPortletContext()Methods in jakarta.portlet.filter with parameters of type PortletContext Modifier and Type Method Description voidPortletContextWrapper. setPortletContext(PortletContext wrapped)Sets the wrapped object.Constructors in jakarta.portlet.filter with parameters of type PortletContext Constructor Description PortletContextWrapper(PortletContext wrapped)
-