Geomajas, Geomajas server: Main - commands 1.15.1

org.geomajas.command.dto
Class RefreshConfigurationRequest

java.lang.Object
  extended by org.geomajas.command.dto.RefreshConfigurationRequest
All Implemented Interfaces:
Serializable, CommandRequest

public class RefreshConfigurationRequest
extends Object
implements CommandRequest

Request object for RefreshConfigurationCommand.

Author:
Jan De Moerloose
See Also:
Serialized Form

Field Summary
static String COMMAND
          Command name for this request.
 
Constructor Summary
RefreshConfigurationRequest()
           
 
Method Summary
 String[] getConfigLocations()
          Get the new array of resource locations in classpath notation.
 void setConfigLocations(String[] configLocations)
          Set the new array of resource locations in classpath notation, e.g.
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

COMMAND

public static final String COMMAND
Command name for this request.

Since:
1.9.0
See Also:
Constant Field Values
Constructor Detail

RefreshConfigurationRequest

public RefreshConfigurationRequest()
Method Detail

getConfigLocations

public String[] getConfigLocations()
Get the new array of resource locations in classpath notation.

Returns:
array

setConfigLocations

public void setConfigLocations(String[] configLocations)
Set the new array of resource locations in classpath notation, e.g. ["path/to/applicationContext.xml","path/to/layer1.xml",...]

Parameters:
configLocations - array of classpath resources

toString

public String toString()
Overrides:
toString in class Object

Geomajas, Geomajas server: Main - commands 1.15.1

Copyright © 2014 Geosparc. All Rights Reserved.