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_STARTING_LATITUDE
           
static String PREFERENCE_STARTING_LONGITUDE
           
static String PREFERENCE_STARTING_ZOOM
           
 
Constructor Summary
MapViewController()
           
 
Method Summary
 org.springframework.web.portlet.ModelAndView getView(javax.portlet.RenderRequest request)
           
 
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_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

getView

@RequestMapping
public org.springframework.web.portlet.ModelAndView getView(javax.portlet.RenderRequest request)
                                                     throws Exception
Throws:
Exception


Copyright © 2011 Jasig. All Rights Reserved.