org.apache.jetspeed.portlet
Interface PortletAction

All Known Implementing Classes:
DefaultPortletAction

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)

Author:
Thomas F. Boehme
See Also:
PortletURI, ActionEvent



Copyright © 2002 Apache Software Foundation. All Rights Reserved.