play.mvc
Class ActionInvoker

java.lang.Object
  extended by play.mvc.ActionInvoker

public class ActionInvoker
extends java.lang.Object

Invoke an action after an HTTP request


Constructor Summary
ActionInvoker()
           
 
Method Summary
static java.lang.Object[] getActionMethod(java.lang.String fullAction)
           
static java.lang.Object[] getActionMethodArgs(java.lang.reflect.Method method)
           
static void invoke(Http.Request request, Http.Response response)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionInvoker

public ActionInvoker()
Method Detail

invoke

public static void invoke(Http.Request request,
                          Http.Response response)

getActionMethod

public static java.lang.Object[] getActionMethod(java.lang.String fullAction)

getActionMethodArgs

public static java.lang.Object[] getActionMethodArgs(java.lang.reflect.Method method)
                                              throws java.lang.Exception
Throws:
java.lang.Exception


Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly