|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object play.mvc.ActionInvoker
public class ActionInvoker
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 |
---|
public ActionInvoker()
Method Detail |
---|
public static void invoke(Http.Request request, Http.Response response)
public static java.lang.Object[] getActionMethod(java.lang.String fullAction)
public static java.lang.Object[] getActionMethodArgs(java.lang.reflect.Method method) throws java.lang.Exception
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |