Uses of Class
de.knightsoftnet.gwtp.spring.client.rest.helper.LoginCallback
Packages that use LoginCallback
Package
Description
this package contains client side rest helper classes.
-
Uses of LoginCallback in de.knightsoftnet.gwtp.spring.client.rest.helper
Methods in de.knightsoftnet.gwtp.spring.client.rest.helper that return LoginCallbackModifier and TypeMethodDescriptionstatic <T extends User,V extends EditorWithErrorHandling<?, ?>, M extends LoginMessages, H extends HttpMessages>
LoginCallback<T,V, M, H> RestCallbackBuilder.buildLoginCallback(V pview, Session psession) 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 pview, Session psession, M ploginErrorMessage) 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 pview, Session psession, M ploginErrorMessage, H phttpMessage) create login callback implementation.