| Package | Description |
|---|---|
| com.agapsys.rcf |
| Modifier and Type | Method and Description |
|---|---|
HttpMethod |
ActionRequest.getMethod()
Returns the HTTP method associated with this request.
|
static HttpMethod |
HttpMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpMethod[] |
HttpMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ActionDispatcher |
ActionDispatcher.registerAction(HttpMethod method,
String path,
Action action)
Registers an action with given URL.
|
protected void |
ActionServlet.registerAction(HttpMethod method,
String path,
Action action)
Register an action.
|
Copyright © 2017 Agapsys Tecnologia Ltda-ME. All rights reserved.