All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.gwtplatform.dispatch.rest.delegates.rebind.DelegateMethod.vm Maven / Gradle / Ivy

The newest version!
    @Override
    public $returnType ${methodName}(#generateMethodSignature($methodParameters)) {
#if($returnValue)
        return $returnValue;
#end
    }

    RestAction<$resultType> ${actionMethodName}(#generateMethodSignature($methodParameters)) {
        return new ${action.className}(
                httpParameterFactory,
                defaultDateFormat#generateAppendedCallSignature($actionParameters));
    }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy