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.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 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.static <P,D, V extends EditorWithErrorHandling<P, D>, R, H extends HttpMessages>
RestCallbackImpl<P,D, V, R, H> RestCallbackBuilder.build(V pview, D pdata, Session psession, AsyncCallbackOnSuccess<R> pcallbackOnSuccess) 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 pview, D pdata, Session psession, H phttpMessage, AsyncCallbackOnSuccess<R> pcallbackOnSuccess) 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 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.Constructors in de.knightsoftnet.gwtp.spring.client.rest.helper with parameters of type SessionModifierConstructorDescriptionprotectedAbstractRestCallback(V pview, D pdata, Session psession) constructor.protectedAbstractRestCallback(V pview, D pdata, Session psession, H phttpMessage) constructor.protectedAbstractSimpleRestCallback(V pview, Session psession) constructor.protectedAbstractSimpleRestCallback(V pview, Session psession, H phttpMessage) constructor.LoginCallback(V pview, Session psession) constructor.LoginCallback(V pview, Session psession, M ploginErrorMessage) constructor.LoginCallback(V pview, Session psession, M ploginErrorMessage, H phttpMessage) constructor.RestCallbackImpl(V pview, D pdata, Session psession, AsyncCallbackOnSuccess<R> pcallbackOnSuccess) constructor.RestCallbackImpl(V pview, D pdata, Session psession, H phttpMessage, AsyncCallbackOnSuccess<R> pcallbackOnSuccess) constructor.RestCallbackSimpleImpl(V pview, Session psession, AsyncCallbackOnSuccess<R> pcallbackOnSuccess) constructor.RestCallbackSimpleImpl(V pview, Session psession, H phttpMessage, AsyncCallbackOnSuccess<R> pcallbackOnSuccess) constructor. -
Uses of Session in de.knightsoftnet.gwtp.spring.client.session
Classes in de.knightsoftnet.gwtp.spring.client.session that implement Session