org.jasig.portlet.widget.mvc
Class GoogleMapsController

java.lang.Object
  extended by org.jasig.portlet.widget.mvc.GoogleMapsController

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


Field Summary
static String PREFERENCE_STARTING_LOCATION
           
static String PREFERENCE_STARTING_ZOOM
           
 
Constructor Summary
GoogleMapsController()
           
 
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_STARTING_LOCATION

public static final String PREFERENCE_STARTING_LOCATION
See Also:
Constant Field Values

PREFERENCE_STARTING_ZOOM

public static final String PREFERENCE_STARTING_ZOOM
See Also:
Constant Field Values
Constructor Detail

GoogleMapsController

public GoogleMapsController()
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.