Uses of Interface
org.abstracthorizon.danube.mvc.Controller

Packages that use Controller
org.abstracthorizon.danube.beanconsole   
org.abstracthorizon.danube.mvc   
org.abstracthorizon.danube.webflow   
 

Uses of Controller in org.abstracthorizon.danube.beanconsole
 

Classes in org.abstracthorizon.danube.beanconsole that implement Controller
 class DisplayController
          Controller that processes request, select the object and prepares data for the view
 class InvokeController
          Invokes an arbitrary method on selected bean.
 

Uses of Controller in org.abstracthorizon.danube.mvc
 

Fields in org.abstracthorizon.danube.mvc declared as Controller
protected  Controller MVCConnectionHandler.controller
          Action manager
 

Methods in org.abstracthorizon.danube.mvc that return Controller
 Controller MVCConnectionHandler.getController()
          Returns action manager
 

Methods in org.abstracthorizon.danube.mvc with parameters of type Controller
 void MVCConnectionHandler.setController(Controller controller)
          Sets action manager
 

Uses of Controller in org.abstracthorizon.danube.webflow
 

Classes in org.abstracthorizon.danube.webflow that implement Controller
 class DanubeFlowController
           Flow execution manager for Danube MVC.
 



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