Copyright © 2008, 2009 Pedro Agulló Soliveres

Uses of Class
com.softwarementors.extjs.djn.api.RegisteredStandardMethod

Packages that use RegisteredStandardMethod
com.softwarementors.extjs.djn.api   
com.softwarementors.extjs.djn.gson   
com.softwarementors.extjs.djn.router.processor.standard   
 

Uses of RegisteredStandardMethod in com.softwarementors.extjs.djn.api
 

Methods in com.softwarementors.extjs.djn.api that return RegisteredStandardMethod
 RegisteredStandardMethod RegisteredAction.addStandardMethod(java.lang.String name, java.lang.reflect.Method method, boolean formHandler)
           
 RegisteredStandardMethod RegisteredAction.getStandardMethod(java.lang.String methodName)
           
 

Methods in com.softwarementors.extjs.djn.api that return types with arguments of type RegisteredStandardMethod
 java.util.List<RegisteredStandardMethod> RegisteredAction.getStandardMethods()
           
 

Uses of RegisteredStandardMethod in com.softwarementors.extjs.djn.gson
 

Methods in com.softwarementors.extjs.djn.gson with parameters of type RegisteredStandardMethod
static JsonException JsonException.forFailedConversionFromJsonStringToMethodParameters(RegisteredStandardMethod method, java.lang.String jsonParametersString, java.lang.Class<?>[] parameterTypes, java.lang.reflect.Type[] gsonParameterTypes, com.google.gson.JsonParseException ex)
           
 

Uses of RegisteredStandardMethod in com.softwarementors.extjs.djn.router.processor.standard
 

Methods in com.softwarementors.extjs.djn.router.processor.standard that return RegisteredStandardMethod
protected  RegisteredStandardMethod StandardRequestProcessorBase.getStandardMethod(java.lang.String actionName, java.lang.String methodName)
           
 


Copyright © 2008, 2009 Pedro Agulló Soliveres