Package | Description |
---|---|
com.gwtplatform.dispatch.client | |
com.gwtplatform.dispatch.client.gin | |
com.gwtplatform.dispatch.rest.client |
Modifier and Type | Class and Description |
---|---|
class |
DefaultSecurityCookieAccessor
This class provides access to the session id client side by looking into a cookie on the browser.
|
Modifier and Type | Method and Description |
---|---|
protected SecurityCookieAccessor |
AbstractDispatchAsync.getSecurityCookieAccessor()
Deprecated.
|
protected SecurityCookieAccessor |
DispatchCall.getSecurityCookieAccessor()
Returns the bound
SecurityCookieAccessor . |
Constructor and Description |
---|
AbstractDispatchAsync(ExceptionHandler exceptionHandler,
SecurityCookieAccessor securityCookieAccessor,
ClientActionHandlerRegistry clientActionHandlerRegistry)
Deprecated.
|
DefaultDispatchAsync(ExceptionHandler exceptionHandler,
SecurityCookieAccessor securityCookieAccessor,
ClientActionHandlerRegistry registry)
Deprecated.
|
DispatchCall(ExceptionHandler exceptionHandler,
ClientActionHandlerRegistry clientActionHandlerRegistry,
SecurityCookieAccessor securityCookieAccessor,
A action,
AsyncCallback<R> callback) |
RpcDispatchAsync(ExceptionHandler exceptionHandler,
SecurityCookieAccessor securityCookieAccessor,
ClientActionHandlerRegistry registry)
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected Class<? extends SecurityCookieAccessor> |
AbstractDispatchAsyncModule.Builder.sessionAccessorType |
Modifier and Type | Method and Description |
---|---|
protected DispatchAsync |
DispatchAsyncModule.provideDispatchAsync(ExceptionHandler exceptionHandler,
SecurityCookieAccessor secureSessionAccessor,
ClientActionHandlerRegistry registry)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
AbstractDispatchAsyncModule.Builder |
AbstractDispatchAsyncModule.Builder.sessionAccessor(Class<? extends SecurityCookieAccessor> sessionAccessorType)
Specify an alternate session accessor.
|
Constructor and Description |
---|
RestDispatchCall(ExceptionHandler exceptionHandler,
ClientActionHandlerRegistry clientActionHandlerRegistry,
SecurityCookieAccessor securityCookieAccessor,
RestRequestBuilderFactory requestBuilderFactory,
RestResponseDeserializer restResponseDeserializer,
A action,
AsyncCallback<R> callback) |
Copyright © 2010-2014 ArcBees. All Rights Reserved.