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

org.scalatra.servlet.MountConfig.scala Maven / Gradle / Ivy

The newest version!
package org.scalatra.servlet

import org.scalatra.ServletCompat.ServletContext

trait MountConfig {
  def apply(ctxt: ServletContext): Unit
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy