Interface which all portlet actions must implement.
The service() method
can be overridden to set properties on the response, such as
response.setContentType("text/html;charset=UTF-8")
to allow non-Latin1 languages render via UTF-8.
It also allows you to set and retrieve an instance of PortletActionInfoInterface.
Sets the PortletActionInfoInterface for the given
PortletAction. This allows each concrete portlet action
class to have a reference to its deployment descriptor
metadata.
Parameters:
info - PortletActionInfoInterface - deployment descriptor metadata