Copyright © 2008, 2009 Pedro Agulló Soliveres

com.softwarementors.extjs.djn.api
Class RegisteredStandardMethod

java.lang.Object
  extended by com.softwarementors.extjs.djn.api.RegisteredMethod
      extended by com.softwarementors.extjs.djn.api.RegisteredStandardMethod

public class RegisteredStandardMethod
extends RegisteredMethod


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

getGsonParameterTypes

public java.lang.reflect.Type[] getGsonParameterTypes()

isValidFormHandlingMethod

public static boolean isValidFormHandlingMethod(java.lang.reflect.Method method)

isFormHandler

public boolean isFormHandler()

getClientParameterCount

public int getClientParameterCount()

getHandleParametersAsJsonArray

public boolean getHandleParametersAsJsonArray()

getType

public RegisteredMethodType getType()
Specified by:
getType in class RegisteredMethod

Copyright © 2008, 2009 Pedro Agulló Soliveres