|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.waffle.controller.ContextControllerDefinitionFactory
org.codehaus.waffle.controller.ScriptedControllerDefinitionFactory
org.codehaus.waffle.controller.RubyControllerDefinitionFactory
public class RubyControllerDefinitionFactory
A JRuby specific extension to the ScriptedControllerDefinitionFactory
.
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 |
---|
public RubyControllerDefinitionFactory(MethodDefinitionFinder methodDefinitionFinder, ControllerNameResolver controllerNameResolver, MethodNameResolver methodNameResolver, ControllerMonitor controllerMonitor, MessageResources messageResources)
Method Detail |
---|
protected java.lang.reflect.Method findExecuteMethod()
findExecuteMethod
in class ScriptedControllerDefinitionFactory
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |