PathAndQuery

korolev.web.PathAndQuery$
See thePathAndQuery companion trait

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

object *&

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
*&.type
final case class /(prev: Path, value: String) extends Path

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Path
class Object
trait Matchable
class Any
object /

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
/.type
final case class :&(prev: Query, next: (String, String)) extends Query

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Query
class Object
trait Matchable
class Any
final case class :?(path: Path, next: (String, String)) extends Query

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Query
class Object
trait Matchable
class Any
object :?*

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
:?*.type
abstract class OptionQueryParam(name: String)

Math optional path parameter

Math optional path parameter

Attributes

name
  • name of Optional path parameter
Graph
Supertypes
class Object
trait Matchable
class Any
abstract class QueryParam(name: String)

Math required path parameter

Math required path parameter

Attributes

name
  • name of required path parameter
Graph
Supertypes
class Object
trait Matchable
class Any
case object Root extends Path

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Path
class Object
trait Matchable
class Any
Self type
Root.type

Types

type QP = QueryParam

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def fromString(raw: String): PathAndQuery
def parseParams(params: Option[String]): Seq[(String, String)]