org.jasig.portlet.maps.mvc.servlet
Class MapDataController
java.lang.Object
org.jasig.portlet.maps.mvc.servlet.MapDataController
- All Implemented Interfaces:
- org.springframework.context.ApplicationContextAware
@Controller
public class MapDataController
- extends Object
- implements org.springframework.context.ApplicationContextAware
|
Method Summary |
void |
getData(javax.servlet.http.HttpServletResponse response)
|
void |
setApplicationContext(org.springframework.context.ApplicationContext context)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MapDataController
public MapDataController()
getData
@RequestMapping(value="/locations.json",
method=GET)
public void getData(javax.servlet.http.HttpServletResponse response)
throws IOException
- Throws:
IOException
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext context)
throws org.springframework.beans.BeansException
- Specified by:
setApplicationContext in interface org.springframework.context.ApplicationContextAware
- Throws:
org.springframework.beans.BeansException
Copyright © 2011 Jasig. All Rights Reserved.