@Component public class RestfulJsonMapDaoImpl extends Object implements IMapDao
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.commons.logging.Log |
log |
| Constructor and Description |
|---|
RestfulJsonMapDaoImpl() |
| Modifier and Type | Method and Description |
|---|---|
MapData |
getMap(String selectedMapDataUrl)
Retrieve map data for the specified location.
|
protected void |
postProcessData(MapData map)
Perform data post-processing to set a search string for each location.
|
void |
setRestTemplate(org.springframework.web.client.RestTemplate restTemplate) |
@Autowired(required=true) public void setRestTemplate(org.springframework.web.client.RestTemplate restTemplate)
@Cacheable(value="mapCache") public MapData getMap(String selectedMapDataUrl)
IMapDaoprotected void postProcessData(MapData map)
map - Copyright © 2013 Jasig. All Rights Reserved.