org.molgenis.ngs
Class WebAppInitializer

java.lang.Object
  extended by org.molgenis.ngs.WebAppInitializer
All Implemented Interfaces:
org.springframework.web.WebApplicationInitializer

public class WebAppInitializer
extends Object
implements org.springframework.web.WebApplicationInitializer


Constructor Summary
WebAppInitializer()
           
 
Method Summary
 void onStartup(javax.servlet.ServletContext servletContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebAppInitializer

public WebAppInitializer()
Method Detail

onStartup

public void onStartup(javax.servlet.ServletContext servletContext)
               throws javax.servlet.ServletException
Specified by:
onStartup in interface org.springframework.web.WebApplicationInitializer
Throws:
javax.servlet.ServletException


Copyright © 2013. All Rights Reserved.