org.scalatra.servlet.ServletHandler.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of scalatra_2.9.0-1 Show documentation
Show all versions of scalatra_2.9.0-1 Show documentation
The core Scalatra framework
The newest version!
package org.scalatra
package servlet
import javax.servlet.ServletContext
import javax.servlet.http.{HttpServletResponse, HttpSession}
trait ServletHandler extends Handler {
type RequestT = ServletRequest
type ResponseT = ServletResponse
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy