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 PortletContext
GenericPortlet. getPortletContext()
Returns thePortletContext
of the portlet application the portlet is in.PortletContext
PortletConfig. getPortletContext()
Returns thePortletContext
of the portlet application the portlet is in.PortletContext
PortletSession. 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 PortletContext
FilterConfig. getPortletContext()
Returns a reference to thePortletContext
in which the caller is executing.
-