ninja.params
Class ControllerMethodInvoker

java.lang.Object
  extended by ninja.params.ControllerMethodInvoker

public class ControllerMethodInvoker
extends Object

Invokes methods on the controller, extracting arguments out

Author:
James Roper

Method Summary
static ControllerMethodInvoker build(Method method, com.google.inject.Injector injector)
           
 Object invoke(Object controller, Context context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

invoke

public Object invoke(Object controller,
                     Context context)

build

public static ControllerMethodInvoker build(Method method,
                                            com.google.inject.Injector injector)


Copyright © 2012. All Rights Reserved.