org.molgenis.ngs
Class WebAppConfig.RootController

java.lang.Object
  extended by org.molgenis.ngs.WebAppConfig.RootController
Enclosing class:
WebAppConfig

@Controller
@RequestMapping(value="/")
public static class WebAppConfig.RootController
extends Object

Redirects '/' to the Home plugin


Constructor Summary
WebAppConfig.RootController()
           
 
Method Summary
 String index()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebAppConfig.RootController

public WebAppConfig.RootController()
Method Detail

index

@RequestMapping(method={GET,POST})
public String index()


Copyright © 2013. All Rights Reserved.