|
Copyright © 2008, 2009 Pedro Agulló Soliveres | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.softwarementors.extjs.djn.api.RegisteredMethod
com.softwarementors.extjs.djn.api.RegisteredStandardMethod
public class RegisteredStandardMethod
Method Summary | |
---|---|
int |
getClientParameterCount()
|
java.lang.reflect.Type[] |
getGsonParameterTypes()
|
boolean |
getHandleParametersAsJsonArray()
|
RegisteredMethodType |
getType()
|
boolean |
isFormHandler()
|
static boolean |
isValidFormHandlingMethod(java.lang.reflect.Method method)
|
Methods inherited from class com.softwarementors.extjs.djn.api.RegisteredMethod |
---|
getAction, getActionClass, getActionName, getFullJavaMethodName, getFullName, getMethod, getName, getParameterCount, getParameterTypes, getReturnType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.lang.reflect.Type[] getGsonParameterTypes()
public static boolean isValidFormHandlingMethod(java.lang.reflect.Method method)
public boolean isFormHandler()
public int getClientParameterCount()
public boolean getHandleParametersAsJsonArray()
public RegisteredMethodType getType()
getType
in class RegisteredMethod
|
Copyright © 2008, 2009 Pedro Agulló Soliveres | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |