org.codehaus.waffle.controller
Class ScriptedControllerDefinitionFactory
java.lang.Object
org.codehaus.waffle.controller.ContextControllerDefinitionFactory
org.codehaus.waffle.controller.ScriptedControllerDefinitionFactory
- All Implemented Interfaces:
- ControllerDefinitionFactory
public abstract class ScriptedControllerDefinitionFactory
- extends ContextControllerDefinitionFactory
A scriptspecific extension to the ContextControllerDefinitionFactory
..
- Author:
- Michael Ward
Method Summary |
protected abstract java.lang.reflect.Method |
findExecuteMethod()
|
protected java.lang.reflect.Method |
findMethod(java.lang.String methodName,
java.lang.Class<?> controllerClass)
|
protected MethodDefinition |
findMethodDefinition(java.lang.Object controller,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ScriptedControllerDefinitionFactory
public ScriptedControllerDefinitionFactory(MethodDefinitionFinder methodDefinitionFinder,
ControllerNameResolver controllerNameResolver,
MethodNameResolver methodNameResolver,
ControllerMonitor controllerMonitor,
MessageResources messageResources)
findMethodDefinition
protected MethodDefinition findMethodDefinition(java.lang.Object controller,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
- Overrides:
findMethodDefinition
in class ContextControllerDefinitionFactory
findMethod
protected java.lang.reflect.Method findMethod(java.lang.String methodName,
java.lang.Class<?> controllerClass)
findExecuteMethod
protected abstract java.lang.reflect.Method findExecuteMethod()
Copyright © 2008. All Rights Reserved.