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

org.scalatra.test.Container.scala Maven / Gradle / Ivy

package org.scalatra.test

trait Container {
  protected def ensureSessionIsSerializable()
  protected def start(): Unit
  protected def stop(): Unit
  var resourceBasePath: String = "src/main/webapp"
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy