com.gwtplatform.dispatch.rest.delegates.rebind.DelegatedActionMethod.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 RestAction<$resultType> ${methodName}(#generateMethodSignature($parameters)) {
RestAction<$resultType> $actionVariableName = resource.${methodName}(#generateCallSignature($parameters));
execute($actionVariableName);
return $actionVariableName;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy