com.fatwire.gst.foundation.controller.action
Interface Action

All Known Implementing Classes:
DeviceAwareRenderPageAction, RenderPage

public interface Action

Base action interface, representing a component that receives ICS like a HttpServlet but is able to participate in an MVC workflow. Comparable to the notion of a Struts Action or a Spring MVC Controller.

Since:
2011-03-15
Author:
Tony Field, Dolf Dijkstra

Method Summary
 void handleRequest(COM.FutureTense.Interfaces.ICS ics)
          Process and handle the request.
 

Method Detail

handleRequest

void handleRequest(COM.FutureTense.Interfaces.ICS ics)
Process and handle the request. This method might be responsible for invoking the view as well.

Parameters:
ics - Content Server context.


Copyright © 2010-2013 Oracle Corporation. All Rights Reserved.