org.codehaus.waffle.controller
Class RubyControllerDefinitionFactory

java.lang.Object
  extended by org.codehaus.waffle.controller.ContextControllerDefinitionFactory
      extended by org.codehaus.waffle.controller.ScriptedControllerDefinitionFactory
          extended by org.codehaus.waffle.controller.RubyControllerDefinitionFactory
All Implemented Interfaces:
ControllerDefinitionFactory

public class RubyControllerDefinitionFactory
extends ScriptedControllerDefinitionFactory

A JRuby specific extension to the ScriptedControllerDefinitionFactory.

Author:
Michael Ward

Field Summary
 
Fields inherited from class org.codehaus.waffle.controller.ContextControllerDefinitionFactory
messageResources
 
Constructor Summary
RubyControllerDefinitionFactory(MethodDefinitionFinder methodDefinitionFinder, ControllerNameResolver controllerNameResolver, MethodNameResolver methodNameResolver, ControllerMonitor controllerMonitor, MessageResources messageResources)
           
 
Method Summary
protected  java.lang.reflect.Method findExecuteMethod()
           
 
Methods inherited from class org.codehaus.waffle.controller.ScriptedControllerDefinitionFactory
findMethod, findMethodDefinition
 
Methods inherited from class org.codehaus.waffle.controller.ContextControllerDefinitionFactory
findController, getControllerDefinition
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RubyControllerDefinitionFactory

public RubyControllerDefinitionFactory(MethodDefinitionFinder methodDefinitionFinder,
                                       ControllerNameResolver controllerNameResolver,
                                       MethodNameResolver methodNameResolver,
                                       ControllerMonitor controllerMonitor,
                                       MessageResources messageResources)
Method Detail

findExecuteMethod

protected java.lang.reflect.Method findExecuteMethod()
Specified by:
findExecuteMethod in class ScriptedControllerDefinitionFactory


Copyright © 2008. All Rights Reserved.