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