Package net.sf.easyweb4j.controller

Classes managing controllers.

See:
          Description

Interface Summary
ResponseHandler Handles raw Servlet responses from controllers.
 

Class Summary
ActionResult Represents the result of invocation of an action for a particular request.
Controller Parent Controller which should be extended by all application controllers.
ControllerBuilder<T extends Controller>  
SpringManager Injects beans from Spring's IoC container into EasyWeb4J controllers.
 

Enum Summary
ActionResult.NavigationType Enum of possible navigations after the execution of action method of the controller.
 

Package net.sf.easyweb4j.controller Description

Classes managing controllers.



Copyright © 2009-2010 Chandra Sekar S. All Rights Reserved.