org.geomajas.command.dto
Class RefreshConfigurationRequest
java.lang.Object
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. |
COMMAND
public static final String COMMAND
- Command name for this request.
- Since:
- 1.9.0
- See Also:
- Constant Field Values
RefreshConfigurationRequest
public RefreshConfigurationRequest()
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
Copyright © 2014 Geosparc. All Rights Reserved.