| Package | Description |
|---|---|
| de.knightsoftnet.gwtp.spring.client | |
| de.knightsoftnet.gwtp.spring.client.rest.helper |
this package contains client side rest helper classes.
|
| de.knightsoftnet.gwtp.spring.client.session |
this package contains the session data.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GwtpSpringSession<T extends User>
Session handler using spring rest service.
|
| Modifier and Type | Field and Description |
|---|---|
protected Session |
AbstractSimpleRestCallback.session |
protected Session |
AbstractRestCallback.session |
| Modifier and Type | Method and Description |
|---|---|
static <P,D,V extends EditorWithErrorHandling<P,D>,R,H extends HttpMessages> |
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> |
RestCallbackBuilder.build(V pview,
D pdata,
Session psession,
H phttpMessage,
AsyncCallbackOnSuccess<R> pcallbackOnSuccess)
create rest callback implementation.
|
static <V extends HasShowMessage,R,H extends HttpMessages> |
RestCallbackBuilder.build(V pview,
Session psession,
AsyncCallbackOnSuccess<R> pcallbackOnSuccess)
create rest callback implementation.
|
static <V extends HasShowMessage,R,H extends HttpMessages> |
RestCallbackBuilder.build(V pview,
Session psession,
AsyncCallbackOnSuccess<R> pcallbackOnSuccess,
H phttpMessage)
create rest callback implementation.
|
static <T extends User,V extends EditorWithErrorHandling<?,?>,M extends LoginMessages,H extends HttpMessages> |
RestCallbackBuilder.buildLoginCallback(V pview,
Session psession)
create login callback implementation.
|
static <T extends User,V extends EditorWithErrorHandling<?,?>,M extends LoginMessages,H extends HttpMessages> |
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> |
RestCallbackBuilder.buildLoginCallback(V pview,
Session psession,
M ploginErrorMessage,
H phttpMessage)
create login callback implementation.
|
| Constructor and Description |
|---|
AbstractRestCallback(V pview,
D pdata,
Session psession)
constructor.
|
AbstractRestCallback(V pview,
D pdata,
Session psession,
H phttpMessage)
constructor.
|
AbstractSimpleRestCallback(V pview,
Session psession)
constructor.
|
AbstractSimpleRestCallback(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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSession |
class |
DummySession |
Copyright © 2015–2018. All rights reserved.