play.mvc
Class ActionInvoker
java.lang.Object
play.mvc.ActionInvoker
public class ActionInvoker
- extends Object
Invoke an action after an HTTP request.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ActionInvoker
public ActionInvoker()
invoke
public static void invoke(Http.Request request,
Http.Response response)
getActionMethod
public static Object[] getActionMethod(String fullAction)
getActionMethodArgs
public static Object[] getActionMethodArgs(Method method)
throws Exception
- Throws:
Exception
Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly