Portlet API 2

org.apache.jetspeed.portlet
Interface PortletAction


public interface PortletAction

The PortletAction can be implemented to defined portlet-specific actions that need to be executed for specific URIs.

A portlet action can carry any information. It should however not store a request, response, or session object. This information is part of the action event that will be sent to the registered action listener(s)

See Also:
PortletURI, ActionEvent


Portlet API 2