com.ibm.wps.portlets.struts
Interface PortletInfoSupplier

All Known Implementing Classes:
WpsActionServlet

public interface PortletInfoSupplier

PortletInfoSupplier is used in WPS Struts extension classes to supply portlet config and context information.

Since:
5.1.0.1

Method Summary
 PortletConfig getPortletConfig()
          Get the Portlet configuration object.
 PortletContext getPortletContext()
          Get the Portlet context
 

Method Detail

getPortletConfig

PortletConfig getPortletConfig()
Get the Portlet configuration object.

Returns:
the PortletConfig object

getPortletContext

PortletContext getPortletContext()
Get the Portlet context

Returns:
the PortletContext object