org.abstracthorizon.danube.mvc
Interface Controller

All Known Implementing Classes:
DanubeFlowController, DisplayController, InvokeController

public interface Controller

This interface defines an action.

Author:
Daniel Sendula

Method Summary
 ModelAndView handleRequest(Connection connection)
          This method processes action request.
 

Method Detail

handleRequest

ModelAndView handleRequest(Connection connection)
This method processes action request.

Parameters:
connection - connection action was invoked over
Returns:
model and view response


Copyright © 2005-2009 Abstract Horizon. All Rights Reserved.