Uses of Interface
jakarta.portlet.PortalContext
-
Packages that use PortalContext 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 PortalContext in jakarta.portlet
Methods in jakarta.portlet that return PortalContext Modifier and Type Method Description PortalContextPortletRequest. getPortalContext()Returns the context of the calling portal. -
Uses of PortalContext in jakarta.portlet.filter
Classes in jakarta.portlet.filter that implement PortalContext Modifier and Type Class Description classPortalContextWrapperThePortalContextWrapperprovides a convenient implementation of thePortalContextinterface that can be subclassed by developers.Fields in jakarta.portlet.filter declared as PortalContext Modifier and Type Field Description protected PortalContextPortalContextWrapper. wrappedMethods in jakarta.portlet.filter that return PortalContext Modifier and Type Method Description PortalContextPortletRequestWrapper. getPortalContext()PortalContextPortalContextWrapper. getWrapped()Gets the wrapped object.Methods in jakarta.portlet.filter with parameters of type PortalContext Modifier and Type Method Description voidPortalContextWrapper. setWrapped(PortalContext wrapped)Sets the wrapped object.Constructors in jakarta.portlet.filter with parameters of type PortalContext Constructor Description PortalContextWrapper(PortalContext wrapped)
-