Interface | Description |
---|---|
Dispatch |
The base class of the synchronous dispatcher service with an arbitrary action type.
|
ExecutionContext |
ExecutionContext instances are passed to
ActionHandler s,
and allows them to execute sub-actions. |
RequestProvider |
Class | Description |
---|---|
AbstractDispatchImpl |
This is the server-side implementation of the
Dispatch service with an arbitrary action type, for which the
client-side async service is DispatchAsync . |
AbstractDispatchServiceImpl |
This is the server-side implementation of the
DispatchService , for which the client-side async service is
DispatchServiceAsync . |
AbstractHttpSessionSecurityCookieFilter |
This filter will automatically inject a security cookie inside the request the first time the page is loaded.
|
AbstractRandomSecurityCookieFilter |
This filter will automatically inject a security cookie inside the request the first time the page is loaded.
|
ActionTestBase | |
Utils |
Collection of utility methods.
|
Copyright © 2010-2014 ArcBees. All Rights Reserved.