Uses of Interface
de.knightsoftnet.gwtp.spring.client.rest.helper.LoginMessages
Packages that use LoginMessages
Package
Description
this package contains client side rest helper classes.
-
Uses of LoginMessages in de.knightsoftnet.gwtp.spring.client.rest.helper
Classes in de.knightsoftnet.gwtp.spring.client.rest.helper with type parameters of type LoginMessagesModifier and TypeClassDescriptionclassLoginCallback<T extends User,V extends EditorWithErrorHandling<?, ?>, M extends LoginMessages, H extends HttpMessages> Login Callback for login.Methods in de.knightsoftnet.gwtp.spring.client.rest.helper with type parameters of type LoginMessagesModifier 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.