| Package | Description |
|---|---|
| com.agapsys.rcf | |
| com.agapsys.rcf.util |
| Modifier and Type | Class and Description |
|---|---|
class |
JsonRequest |
| Modifier and Type | Method and Description |
|---|---|
ActionRequest |
ActionResponse.getRequest() |
protected ActionRequest |
ActionRequest.getWrappedRequest() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ActionDispatcher.afterAction(ActionRequest request,
ActionResponse response)
Called after an action processing.
|
protected void |
ActionServlet.afterAction(ActionRequest request,
ActionResponse response)
Called after an action processing.
|
protected void |
ActionDispatcher.beforeAction(ActionRequest request,
ActionResponse response)
Called before an action.
|
protected void |
ActionServlet.beforeAction(ActionRequest request,
ActionResponse response)
Called before an action.
|
void |
ActionDispatcher.dispatch(ActionRequest request,
ActionResponse response)
Dispatches a request to an action.
|
protected User |
Controller.getUser(ActionRequest request)
This method instructs the controller how to retrieve the user associated with given HTTP exchange.
|
protected void |
ActionServlet.onClientError(ActionRequest request,
ActionResponse response,
ClientException error)
Called upon a client error.
|
protected boolean |
Controller.onControllerError(ActionRequest request,
ActionResponse response,
Throwable uncaughtError)
Called upon controller uncaught error.
|
protected boolean |
ActionServlet.onUncaughtError(ActionRequest request,
ActionResponse response,
RuntimeException uncaughtError)
Called when an uncaught error happened while processing the request.
|
protected boolean |
Controller.onUncaughtError(ActionRequest request,
ActionResponse response,
RuntimeException uncaughtError) |
void |
Action.processRequest(ActionRequest request,
ActionResponse response)
Processes the action.
|
protected void |
Controller.sendObject(ActionRequest request,
ActionResponse response,
Object obj)
This method instructs the controller how to send an object to the client.
|
protected void |
Controller.setUser(ActionRequest request,
ActionResponse response,
User user)
This method instructs the controller how to associate an user with a HTTP exchange.
|
| Constructor and Description |
|---|
ActionRequest(ActionRequest wrappedRequest) |
JsonRequest(ActionRequest wrappedRequest) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
ParamMapSerializer.getObject(ActionRequest request,
Class<T> targetClass) |
Copyright © 2017 Agapsys Tecnologia Ltda-ME. All rights reserved.