![JAR search and dependency download from the Maven repository](/logo.png)
org.scalatra.ScalatraKernel.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of scalatra_2.8.1 Show documentation
Show all versions of scalatra_2.8.1 Show documentation
The core Scalatra framework
The newest version!
package org.scalatra
object ScalatraKernel
{
@deprecated("Use org.scalatra.MultiParams") // since 2.1
type MultiParams = util.MultiMap
@deprecated("Use org.scalatra.Action") // since 2.1
type Action = () => Any
@deprecated("Use HttpMethod.methods")
val httpMethods = HttpMethod.methods map { _.toString }
@deprecated("Use HttpMethod.methods filter { !_.isSafe }")
val writeMethods = HttpMethod.methods filter { !_.isSafe } map { _.toString }
@deprecated("Use CsrfTokenSupport.DefaultKey")
val csrfKey = CsrfTokenSupport.DefaultKey
@deprecated("Use org.scalatra.EnvironmentKey") // since 2.1
val EnvironmentKey = "org.scalatra.environment".intern
@deprecated("Use org.scalatra.MultiParamsKey") // since 2.1
val MultiParamsKey = "org.scalatra.MultiParams".intern
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy