org.gcube.smartgears
Class Bootstrap

java.lang.Object
  extended by org.gcube.smartgears.Bootstrap
All Implemented Interfaces:
javax.servlet.ServletContainerInitializer

public class Bootstrap
extends Object
implements javax.servlet.ServletContainerInitializer

Bootstraps management of all deployed applications which require it.

Author:
Fabio Simeoni

Constructor Summary
Bootstrap()
           
 
Method Summary
 void onStartup(Set<Class<?>> c, javax.servlet.ServletContext application)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Bootstrap

public Bootstrap()
Method Detail

onStartup

public void onStartup(Set<Class<?>> c,
                      javax.servlet.ServletContext application)
               throws javax.servlet.ServletException
Specified by:
onStartup in interface javax.servlet.ServletContainerInitializer
Throws:
javax.servlet.ServletException


Copyright © 2014. All Rights Reserved.