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

org.scalatra.ScalatraParams.scala Maven / Gradle / Ivy

The newest version!
package org.scalatra

import org.scalatra.util.{ MapWithIndifferentAccess, MultiMapHeadView }

class ScalatraParams(
  protected val multiMap: Map[String, Seq[String]])
    extends MultiMapHeadView[String, String]
    with MapWithIndifferentAccess[String]




© 2015 - 2025 Weber Informatics LLC | Privacy Policy