| 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 |
EmptyCommandRequest
Placeholder class, useful for commands which don't have any parameters.
|
class |
LayerIdCommandRequest
Command request object which contains a layer id.
|
class |
LayerIdsCommandRequest
Command request object which contains a list of layer ids.
|
| 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.