Uses of Interface
de.knightsoftnet.gwtp.spring.client.rest.helper.HttpMessages
Packages that use HttpMessages
Package
Description
this package contains client side rest helper classes.
-
Uses of HttpMessages in de.knightsoftnet.gwtp.spring.client.rest.helper
Classes in de.knightsoftnet.gwtp.spring.client.rest.helper with type parameters of type HttpMessagesModifier and TypeClassDescriptionclassAbstractRestCallback<P,D, V extends EditorWithErrorHandling<P, D>, R, H extends HttpMessages> Async callback implementation with error handling.classAbstractSimpleRestCallback<V extends HasShowMessage,R, H extends HttpMessages> Async callback implementation with error handling.classLoginCallback<T extends User,V extends EditorWithErrorHandling<?, ?>, M extends LoginMessages, H extends HttpMessages> Login Callback for login.classRestCallbackImpl<P,D, V extends EditorWithErrorHandling<P, D>, R, H extends HttpMessages> Async callback implementation with error handling.classRestCallbackSimpleImpl<V extends HasShowMessage,R, H extends HttpMessages> Async callback implementation with error handling.Fields in de.knightsoftnet.gwtp.spring.client.rest.helper declared as HttpMessagesMethods in de.knightsoftnet.gwtp.spring.client.rest.helper with type parameters of type HttpMessagesModifier and TypeMethodDescriptionstatic <V extends HasShowMessage,R, H extends HttpMessages>
RestCallbackSimpleImpl<V, R, H> RestCallbackBuilder.build(V view, Session session, AsyncCallbackOnSuccess<R> callbackOnSuccess) create rest callback implementation.static <V extends HasShowMessage,R, H extends HttpMessages>
RestCallbackSimpleImpl<V, R, H> RestCallbackBuilder.build(V view, Session session, AsyncCallbackOnSuccess<R> callbackOnSuccess, H httpMessage) 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, 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.static <T extends User,V extends EditorWithErrorHandling<?, ?>, M extends LoginMessages, H extends HttpMessages>
LoginCallback<T, V, M, H> RestCallbackBuilder.buildLoginCallback(V view, Session session) create login callback implementation.static <T extends User,V extends EditorWithErrorHandling<?, ?>, M extends LoginMessages, H extends HttpMessages>
LoginCallback<T, V, M, H> RestCallbackBuilder.buildLoginCallback(V view, Session session, M loginErrorMessage) create login callback implementation.static <T extends User,V extends EditorWithErrorHandling<?, ?>, M extends LoginMessages, H extends HttpMessages>
LoginCallback<T, V, M, H> RestCallbackBuilder.buildLoginCallback(V view, Session session, M loginErrorMessage, H httpMessage) create login callback implementation.