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

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

package org.scalatra.servlet

import javax.servlet.ServletContext


trait MountConfig {
  def apply(ctxt: ServletContext)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy