|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PortletContext | |
---|---|
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 | |
---|---|
PortletContext |
PortletSession.getPortletContext()
Returns the portlet application context associated with this session. |
PortletContext |
PortletConfig.getPortletContext()
Returns the PortletContext of the portlet application
the portlet is in. |
PortletContext |
GenericPortlet.getPortletContext()
Returns the PortletContext of the portlet application the
portlet is in. |
Uses of PortletContext in javax.portlet.filter |
---|
Methods in javax.portlet.filter that return PortletContext | |
---|---|
PortletContext |
FilterConfig.getPortletContext()
Returns a reference to the PortletContext in which the caller is executing. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |