|
||||||||||
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.RubyControllerDefinitionFactory
public class RubyControllerDefinitionFactory
Constructor Summary | |
---|---|
RubyControllerDefinitionFactory(MethodDefinitionFinder methodDefinitionFinder,
ControllerNameResolver controllerNameResolver,
MethodNameResolver methodNameResolver)
|
Method Summary | |
---|---|
protected java.lang.Object |
findController(java.lang.String name,
javax.servlet.http.HttpServletRequest request)
|
protected MethodDefinition |
findMethodDefinition(java.lang.Object controller,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
Methods inherited from class org.codehaus.waffle.controller.ContextControllerDefinitionFactory |
---|
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)
Method Detail |
---|
protected java.lang.Object findController(java.lang.String name, javax.servlet.http.HttpServletRequest request)
findController
in class ContextControllerDefinitionFactory
protected MethodDefinition findMethodDefinition(java.lang.Object controller, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
findMethodDefinition
in class ContextControllerDefinitionFactory
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |