| Interface | Description |
|---|---|
| ApplicationContext |
The context of an application.
|
| ClientContext | |
| Dispatch |
The
Dispatch object represents the dispatch to a controller method. |
| HttpContext | |
| RequestLifeCycle |
This interface can be implemented by a controller to be aware of the dispatch of a request on the controller.
|
| SecurityContext | |
| UserContext |
The context concerning the current user.
|
| WindowContext |
| Class | Description |
|---|---|
| Phase |
A phase.
|
| Phase.Action | |
| Phase.Action.Dispatch | |
| Phase.Event | |
| Phase.Resource | |
| Phase.Resource.Dispatch | |
| Phase.View | |
| Phase.View.Dispatch | |
| RequestContext | |
| RequestParameter |
A unmodifiable request parameter, it provides access to the parameter name and the parameter values.
|
| ResponseParameter | |
| Result |
The result of a request.
|
| Result.Error | |
| Result.Redirect | |
| Result.Simple | |
| Result.Status | |
| Result.View |
Copyright © 2014 eXo Platform SAS. All rights reserved.