|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
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 | A JRuby specific extension to the ContextControllerDefinitionFactory if the controller found is an instance
of IRubyObject then that object will be wrapped with a RubyController . |
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |