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 Breadcrumbs = List[List[String]]

    Permalink
    Definition Classes
    webcommon
  2. type DB = Map[List[String], String]

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

    Permalink
  4. type Encoded = String

    Permalink
  5. trait InferTellTwirlDL extends InferTell[Html]

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

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

    Permalink
  8. abstract class PlayTwirlInterpreter extends PlayInterpreter[Html]

    Permalink
  9. implicit class RichPlayMessages extends AnyRef

    Permalink
  10. implicit class RichTwirlInterpreter extends AnyRef

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

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

    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