ltbs
.
uniform
.
interpreters
playframework
package
playframework
Linear Supertypes
webcommon
,
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
playframework
webcommon
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Type Members
type
DB
=
Map
[
List
[
String
],
String
]
Definition Classes
webcommon
case class
DebugPersistence
(
underlying:
UUIDPersistence
)
(
implicit
ec:
ExecutionContext
)
extends
UUIDPersistence
with
Product
with
Serializable
type
Encoded
=
String
type
JourneyConfig
=
String
Definition Classes
webcommon
type
Path
=
List
[
List
[
String
]]
Definition Classes
webcommon
trait
PersistenceEngine
[
A <:
Request
[
AnyContent
]
]
extends
AnyRef
abstract
class
PlayInterpreter
[
Html
]
extends
GenericWebInterpreter
[
Html
]
implicit
class
RichTwirlInterpreter
extends
AnyRef
abstract
class
UUIDPersistence
extends
PersistenceEngine
[
Request
[
AnyContent
]]
final
case class
UnsafePersistence
(
state:
Map
[
UUID
,
playframework.DB
] =
Map.empty
)
(
implicit
ec:
ExecutionContext
)
extends
UUIDPersistence
with
Product
with
Serializable
type
WebMonad
[
A
,
Html
]
=
common.web.WebMonad
[
A
,
Html
]
Value Members
object
Compatibility
object
DB
Definition Classes
webcommon
implicit
def
formToWebMonad
[
A
,
Html
]
(
implicit
ff:
FormField
[
A
,
Html
]
)
:
WebMonadConstructor
[
A
,
Html
]
Definition Classes
webcommon
implicit
val
mon
:
Monoid
[
Html
]
def
relativePath
(
from:
List
[
String
]
,
to:
List
[
String
]
)
:
String
Definition Classes
webcommon
final
def
removeCommon
[
B
]
(
x:
List
[
B
]
,
y:
List
[
B
]
)
(
implicit
arg0:
Eq
[
B
]
)
: (
List
[
B
],
List
[
B
])
Definition Classes
webcommon
Annotations
@tailrec
()
implicit
val
tellTwirlUnit
:
GenericWebTell
[
Unit
,
Html
]
implicit
val
twirlUnitField
:
FormField
[
Unit
,
Html
]
Inherited from
webcommon
Inherited from
AnyRef
Inherited from
Any
Ungrouped