com.gwtplatform.dispatch.rest.delegates.rebind.DelegatedDelegateMethod.vm Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dispatch-rest-delegates Show documentation
Show all versions of dispatch-rest-delegates Show documentation
Allow Rest-Dispatch resources to return their raw result type directly.
The newest version!
@Override
public $returnType ${methodName}(#generateMethodSignature($parameters)) {
execute((($resourceImplType) resource).${actionMethodName}(#generateCallSignature($parameters)));
#if($returnValue)
return $returnValue;
#end
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy