org.geomajas.command.configuration
Class GetConfigurationCommand
java.lang.Object
org.geomajas.command.configuration.GetConfigurationCommand
- All Implemented Interfaces:
- Command<GetConfigurationRequest,GetConfigurationResponse>
@Component
public class GetConfigurationCommand
- extends Object
- implements Command<GetConfigurationRequest,GetConfigurationResponse>
This command fetches, and returns the initial application configuration for the user. This is typically the first
command to be executed.
- Author:
- Pieter De Graef
GetConfigurationCommand
public GetConfigurationCommand()
getEmptyCommandResponse
public GetConfigurationResponse getEmptyCommandResponse()
- Specified by:
getEmptyCommandResponse in interface Command<GetConfigurationRequest,GetConfigurationResponse>
execute
public void execute(GetConfigurationRequest request,
GetConfigurationResponse response)
throws Exception
- Specified by:
execute in interface Command<GetConfigurationRequest,GetConfigurationResponse>
- Throws:
Exception
Copyright © 2014 Geosparc. All Rights Reserved.