
org.scalatra.test.EmbeddedJettyContainerCompat.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of scalatra-test-javax_3 Show documentation
Show all versions of scalatra-test-javax_3 Show documentation
The abstract Scalatra test framework
The newest version!
package org.scalatra.test
import org.eclipse.jetty.server.Server
import org.scalatra.JettyCompat.ServletContextHandler
private[scalatra] object EmbeddedJettyContainerCompat {
def configureServletContextHandler(handler: ServletContextHandler) = {}
def configureServer(server: Server) = {}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy