What is PortletContext interface?- The portlet view of the portlet container is defined by the PortletContext.
- It allows the availability of resources to the portlet.
- Using this context, the portlet log can be accessed and URL references to resources can be obtained.
- There is always only one context per portlet application per JVM.
|