Package

ltbs.uniform.interpreters

playframework

Permalink

package playframework

Linear Supertypes
webcommon, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. playframework
  2. webcommon
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type DB = Map[List[String], String]

    Permalink
    Definition Classes
    webcommon
  2. case class DebugPersistence(underlying: UUIDPersistence)(implicit ec: ExecutionContext) extends UUIDPersistence with Product with Serializable

    Permalink
  3. type Encoded = String

    Permalink
  4. type JourneyConfig = String

    Permalink
    Definition Classes
    webcommon
  5. type Path = List[List[String]]

    Permalink
    Definition Classes
    webcommon
  6. trait PersistenceEngine[A <: Request[AnyContent]] extends AnyRef

    Permalink
  7. abstract class PlayInterpreter[Html] extends GenericWebInterpreter[Html]

    Permalink
  8. implicit class RichPlayMessages extends AnyRef

    Permalink
  9. implicit class RichTwirlInterpreter extends AnyRef

    Permalink
  10. abstract class UUIDPersistence extends PersistenceEngine[Request[AnyContent]]

    Permalink
  11. final case class UnsafePersistence(state: Map[UUID, playframework.DB] = Map.empty)(implicit ec: ExecutionContext) extends UUIDPersistence with Product with Serializable

    Permalink
  12. type WebMonad[A, Html] = common.web.WebMonad[A, Html]

    Permalink

Value Members

  1. object Compatibility

    Permalink
  2. object DB

    Permalink
    Definition Classes
    webcommon
  3. implicit def formToWebMonad[A, Html](implicit ff: FormField[A, Html]): WebMonadConstructor[A, Html]

    Permalink
    Definition Classes
    webcommon
  4. implicit val mon: Monoid[Html]

    Permalink
  5. def relativePath(from: List[String], to: List[String]): String

    Permalink
    Definition Classes
    webcommon
  6. final def removeCommon[B](x: List[B], y: List[B])(implicit arg0: Eq[B]): (List[B], List[B])

    Permalink
    Definition Classes
    webcommon
    Annotations
    @tailrec()
  7. implicit val tellTwirlUnit: GenericWebTell[Unit, Html]

    Permalink
  8. implicit val twirlUnitField: FormField[Unit, Html]

    Permalink

Inherited from webcommon

Inherited from AnyRef

Inherited from Any

Ungrouped