Uses of Class
de.knightsoftnet.gwtp.spring.client.rest.helper.RestCallbackImpl
Packages that use RestCallbackImpl
Package
Description
this package contains client side rest helper classes.
-
Uses of RestCallbackImpl in de.knightsoftnet.gwtp.spring.client.rest.helper
Methods in de.knightsoftnet.gwtp.spring.client.rest.helper that return RestCallbackImplModifier and TypeMethodDescriptionstatic <P,D, V extends EditorWithErrorHandling<P, D>, R, H extends HttpMessages>
RestCallbackImpl<P,D, V, R, H> RestCallbackBuilder.build(V pview, D pdata, Session psession, AsyncCallbackOnSuccess<R> pcallbackOnSuccess) create rest callback implementation.static <P,D, V extends EditorWithErrorHandling<P, D>, R, H extends HttpMessages>
RestCallbackImpl<P,D, V, R, H> RestCallbackBuilder.build(V pview, D pdata, Session psession, H phttpMessage, AsyncCallbackOnSuccess<R> pcallbackOnSuccess) create rest callback implementation.