org.jasig.portlet.maps.mvc.portlet
Class MapViewController
java.lang.Object
org.jasig.portlet.maps.mvc.portlet.MapViewController
@Controller
@RequestMapping(value="VIEW")
public class MapViewController
- extends Object
|
Method Summary |
org.springframework.web.portlet.ModelAndView |
getMapData(javax.portlet.ResourceRequest request,
javax.portlet.ResourceResponse response)
|
org.springframework.web.portlet.ModelAndView |
getView(javax.portlet.RenderRequest request,
String location)
|
void |
setMapDao(IMapDao dao)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PREFERENCE_API_KEY
public static final String PREFERENCE_API_KEY
- See Also:
- Constant Field Values
PREFERENCE_USE_PORTAL_JS_LIBS
public static final String PREFERENCE_USE_PORTAL_JS_LIBS
- See Also:
- Constant Field Values
PREFERENCE_PORTAL_JS_NAMESPACE
public static final String PREFERENCE_PORTAL_JS_NAMESPACE
- See Also:
- Constant Field Values
PREFERENCE_STARTING_LATITUDE
public static final String PREFERENCE_STARTING_LATITUDE
- See Also:
- Constant Field Values
PREFERENCE_STARTING_LONGITUDE
public static final String PREFERENCE_STARTING_LONGITUDE
- See Also:
- Constant Field Values
PREFERENCE_STARTING_ZOOM
public static final String PREFERENCE_STARTING_ZOOM
- See Also:
- Constant Field Values
MAP_OPTION_MAPTYPE_CONTROL
public static final String MAP_OPTION_MAPTYPE_CONTROL
- See Also:
- Constant Field Values
MAP_OPTIONS_PAN_CONTROL
public static final String MAP_OPTIONS_PAN_CONTROL
- See Also:
- Constant Field Values
MAP_OPTIONS_ZOOM_CONTROL
public static final String MAP_OPTIONS_ZOOM_CONTROL
- See Also:
- Constant Field Values
MAP_OPTIONS_STREET_VIEW
public static final String MAP_OPTIONS_STREET_VIEW
- See Also:
- Constant Field Values
MAP_OPTIONS_SCALE_CONTROL
public static final String MAP_OPTIONS_SCALE_CONTROL
- See Also:
- Constant Field Values
MAP_OPTIONS_ROTATE_CONTROL
public static final String MAP_OPTIONS_ROTATE_CONTROL
- See Also:
- Constant Field Values
MAP_OPTIONS_OVERVIEW_CONTROL
public static final String MAP_OPTIONS_OVERVIEW_CONTROL
- See Also:
- Constant Field Values
MapViewController
public MapViewController()
setMapDao
@Autowired(required=true)
public void setMapDao(IMapDao dao)
getView
@RequestMapping
public org.springframework.web.portlet.ModelAndView getView(javax.portlet.RenderRequest request,
@RequestParam(required=false)
String location)
throws Exception
- Throws:
Exception
getMapData
@ResourceMapping
public org.springframework.web.portlet.ModelAndView getMapData(javax.portlet.ResourceRequest request,
javax.portlet.ResourceResponse response)
Copyright © 2012 Jasig. All Rights Reserved.