org.jasig.portlet.maps.mvc.portlet
Class MapViewController

java.lang.Object
  extended by org.jasig.portlet.maps.mvc.portlet.MapViewController

@Controller
@RequestMapping(value="VIEW")
public class MapViewController
extends Object


Field Summary
static String MAP_OPTION_MAPTYPE_CONTROL
           
static String MAP_OPTIONS_OVERVIEW_CONTROL
           
static String MAP_OPTIONS_PAN_CONTROL
           
static String MAP_OPTIONS_ROTATE_CONTROL
           
static String MAP_OPTIONS_SCALE_CONTROL
           
static String MAP_OPTIONS_STREET_VIEW
           
static String MAP_OPTIONS_ZOOM_CONTROL
           
static String PREFERENCE_API_KEY
           
static String PREFERENCE_PORTAL_JS_NAMESPACE
           
static String PREFERENCE_STARTING_LATITUDE
           
static String PREFERENCE_STARTING_LONGITUDE
           
static String PREFERENCE_STARTING_ZOOM
           
static String PREFERENCE_USE_PORTAL_JS_LIBS
           
 
Constructor Summary
MapViewController()
           
 
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
 

Field Detail

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
Constructor Detail

MapViewController

public MapViewController()
Method Detail

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.