All Downloads are FREE. Search and download functionalities are using the official Maven repository.

amework.skinny-engine-server_2.11.2.0.0.M4.source-code.Bootstrap.scala Maven / Gradle / Ivy

The newest version!
import javax.servlet.ServletContext

import skinny.engine._

class Bootstrap extends LifeCycle {

  override def init(context: ServletContext): Unit = {
    WebServer.singleton.mountableHandlers.foreach(_.mount(context))
  }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy