| Package | Description |
|---|---|
| org.geomajas.command |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Command<REQUEST extends CommandRequest,RESPONSE extends CommandResponse>
Command definition.
|
interface |
CommandHasRequest<REQUEST extends CommandRequest,RESPONSE extends CommandResponse>
Extension of
Command with method for getting an empty command request. |
| Modifier and Type | Class and Description |
|---|---|
class |
SuccessCommandResponse
Response object for
Command which indicates success. |
| Modifier and Type | Method and Description |
|---|---|
CommandResponse |
CommandDispatcher.execute(String commandName,
CommandRequest commandRequest,
String userToken,
String locale)
General command execution function.
|
Copyright © 2015 Geosparc. All Rights Reserved.