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

Method Summary
 void destroy()
           
 java.lang.String processAction(PortletHandler portletHandler, ActionRequest request, ActionResponse response)
          returns an ActionURL
 
Methods inherited from interface com.raritantechnologies.searchApp.IConfigurable
initialize
 

Method Detail

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()