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 view, D data, Session session, AsyncCallbackOnSuccess<R> callbackOnSuccess) 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 view, D data, Session session, H httpMessage, AsyncCallbackOnSuccess<R> callbackOnSuccess) create rest callback implementation.