com.gwtplatform.dispatch.rest.delegates.rebind.DelegateMethod.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($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