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
 

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.
RubyController This is a wrapper for the underlying ruby script
RubyControllerDefinitionFactory  
 



Copyright © 2008. All Rights Reserved.