com.raritantechnologies.portlet
Interface IPortletActionHandler
- All Superinterfaces:
- IConfigurable
- All Known Implementing Classes:
- SearchPortletHandler
- public interface IPortletActionHandler
- extends IConfigurable
Base interface for classes that handle actions such as search, handling checkboxes, paging settings, etc.
Developed by
Raritan Technologies Inc..
- Author:
- Ted Sullivan
processAction
public java.lang.String processAction(PortletHandler portletHandler,
ActionRequest request,
ActionResponse response)
throws PortletException,
java.io.IOException
- returns an ActionURL
- Throws:
PortletException
java.io.IOException
destroy
public void destroy()