Package org.codehaus.waffle.controller

Interface Summary
ControllerDefinitionFactory Implementations of this interface are responsible for creating and maintaining the "controller" objects (pojo's).
ControllerNameResolver Interface to lookup the controller name in the request
ScriptedController  
 

Class Summary
ContextControllerDefinitionFactory Implementation of the controller definition factory which uses the context container to look up the controller objected registered.
ContextPathControllerNameResolver Default implementations of name resolver which return the name of the last portion of the context path before the dot.
ControllerDefinition In Waffle a Controller can be any Pojo.
ScriptedControllerDefinitionFactory A scriptspecific extension to the ContextControllerDefinitionFactory ..
 

Exception Summary
ControllerNotFoundException Thrown when controller is not found in registrar
 



Copyright © 2008. All Rights Reserved.