Uses of Interface
javax.portlet.PortalContext
-
Packages that use PortalContext Package Description javax.portlet The javax.portlet package defines the API for Java Portlet Specification V2.0.javax.portlet.filter The javax.portlet.filter package defines the filter APIs for the Java Portlet Specification. -
-
Uses of PortalContext in javax.portlet
Methods in javax.portlet that return PortalContext Modifier and Type Method Description PortalContextPortletRequest. getPortalContext()Returns the context of the calling portal. -
Uses of PortalContext in javax.portlet.filter
Methods in javax.portlet.filter that return PortalContext Modifier and Type Method Description PortalContextPortletRequestWrapper. getPortalContext()The default behavior of this method is to callgetPortalContext()on the wrapped request object.
-