Uses of Interface
javax.portlet.PortletContext
-
Packages that use PortletContext 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 PortletContext in javax.portlet
Methods in javax.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.PortletContextPortletSession. getPortletContext()Returns the portlet application context associated with this session. -
Uses of PortletContext in javax.portlet.filter
Methods in javax.portlet.filter that return PortletContext Modifier and Type Method Description PortletContextFilterConfig. getPortletContext()Returns a reference to thePortletContextin which the caller is executing.
-