
org.scalatra.ScalatraParams.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of scalatra-jakarta_3 Show documentation
Show all versions of scalatra-jakarta_3 Show documentation
The core Scalatra framework
The newest version!
package org.scalatra
import org.scalatra.util.MultiMapHeadView
class ScalatraParams(
protected val multiMap: Map[String, Seq[String]])
extends MultiMapHeadView[String, String]
© 2015 - 2025 Weber Informatics LLC | Privacy Policy