Uses of Interface
de.knightsoftnet.gwtp.spring.client.session.Session
Packages that use Session
Package
Description
this package contains client side rest helper classes.
this package contains the session data.
-
Uses of Session in de.knightsoftnet.gwtp.spring.client
Classes in de.knightsoftnet.gwtp.spring.client that implement SessionModifier and TypeClassDescriptionclassGwtpSpringSession<T extends User>Session handler using spring rest service. -
Uses of Session in de.knightsoftnet.gwtp.spring.client.rest.helper
Fields in de.knightsoftnet.gwtp.spring.client.rest.helper declared as SessionModifier and TypeFieldDescriptionprotected final SessionAbstractRestCallback.sessionprotected final SessionAbstractSimpleRestCallback.sessionprotected final SessionLoginCallback.sessionMethods in de.knightsoftnet.gwtp.spring.client.rest.helper with parameters of type SessionModifier 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.Constructors in de.knightsoftnet.gwtp.spring.client.rest.helper with parameters of type SessionModifierConstructorDescriptionprotectedAbstractRestCallback(V view, D data, Session session) constructor.protectedAbstractRestCallback(V view, D data, Session session, H httpMessage) constructor.protectedAbstractSimpleRestCallback(V view, Session session) constructor.protectedAbstractSimpleRestCallback(V view, Session session, H httpMessage) constructor.LoginCallback(V view, Session session) constructor.LoginCallback(V view, Session session, M loginErrorMessage) constructor.LoginCallback(V view, Session session, M loginErrorMessage, H httpMessage) constructor.RestCallbackImpl(V view, D data, Session session, AsyncCallbackOnSuccess<R> callbackOnSuccess) constructor.RestCallbackImpl(V view, D data, Session session, H httpMessage, AsyncCallbackOnSuccess<R> callbackOnSuccess) constructor.RestCallbackSimpleImpl(V view, Session session, AsyncCallbackOnSuccess<R> callbackOnSuccess) constructor.RestCallbackSimpleImpl(V view, Session session, H httpMessage, AsyncCallbackOnSuccess<R> callbackOnSuccess) constructor. -
Uses of Session in de.knightsoftnet.gwtp.spring.client.session
Classes in de.knightsoftnet.gwtp.spring.client.session that implement Session