Geomajas, Geomajas server: Main - commands 1.15.1

org.geomajas.command.configuration
Class GetConfigurationCommand

java.lang.Object
  extended by 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

Constructor Summary
GetConfigurationCommand()
           
 
Method Summary
 void execute(GetConfigurationRequest request, GetConfigurationResponse response)
           
 GetConfigurationResponse getEmptyCommandResponse()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetConfigurationCommand

public GetConfigurationCommand()
Method Detail

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

Geomajas, Geomajas server: Main - commands 1.15.1

Copyright © 2014 Geosparc. All Rights Reserved.