org.onebusaway.federations.webapp
Class AddServiceController

java.lang.Object
  extended by org.onebusaway.federations.webapp.AddServiceController

@Controller
@RequestMapping(value="/add-service.action")
public class AddServiceController
extends Object


Constructor Summary
AddServiceController()
           
 
Method Summary
 org.springframework.web.servlet.ModelAndView index(String url, String serviceClass, String properties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddServiceController

public AddServiceController()
Method Detail

index

@RequestMapping
public org.springframework.web.servlet.ModelAndView index(@RequestParam
                                                                         String url,
                                                                         @RequestParam
                                                                         String serviceClass,
                                                                         @RequestParam
                                                                         String properties)


Copyright © 2012 OneBusAway. All Rights Reserved.