protected void |
CruxRestProxyCreator.generateAJAXInvocation(RestMethodInfo methodInfo,
AbstractProxyCreator.SourcePrinter srcWriter,
com.google.gwt.core.ext.typeinfo.JParameter callbackParameter,
String callbackResultTypeName,
String callbackParameterName,
String restURIParam) |
protected void |
CruxRestProxyCreatorFromServerMetadata.generateExceptionCallHandlingCode(RestMethodInfo methodInfo,
AbstractProxyCreator.SourcePrinter srcWriter,
String callbackParameterName,
String responseVariable) |
protected void |
CruxRestProxyCreator.generateExceptionCallHandlingCode(RestMethodInfo methodInfo,
AbstractProxyCreator.SourcePrinter srcWriter,
String callbackParameterName,
String responseVariable) |
protected void |
JsonPRestCreatorHelper.generateJSONPInvocation(RestMethodInfo methodInfo,
AbstractProxyCreator.SourcePrinter srcWriter,
com.google.gwt.core.ext.typeinfo.JParameter callbackParameter,
String callbackResultTypeName,
String callbackParameterName,
String restURIParam,
String jsonPCallbackParam,
String jsonPFailureCallbackParam) |
protected void |
CruxRestProxyCreator.generateSuccessCallHandlingCode(RestMethodInfo methodInfo,
AbstractProxyCreator.SourcePrinter srcWriter,
com.google.gwt.core.ext.typeinfo.JParameter callbackParameter,
String callbackResultTypeName,
String callbackParameterName,
String restURIParam) |
protected void |
CruxRestProxyCreator.generateWrapperMethod(RestMethodInfo methodInfo,
AbstractProxyCreator.SourcePrinter srcWriter) |
protected String |
CruxRestProxyCreator.getRequestBuilderInitialization(RestMethodInfo methodInfo,
String restURIParam) |