Package

uk.gov.hmrc

uniform

Permalink

package uniform

Visibility
  1. Public
  2. All

Type Members

  1. trait FormHtml[A] extends AnyRef

    Permalink
  2. trait HtmlShow[A] extends Serializable

    Permalink
  3. class JunkPersistence extends Persistence

    Permalink

    A non-presistent persistence engine - fast to develop in (store gets purged on recompile), but guaranteed to bring shame and ruin should you actually dare to use this in production.

    A non-presistent persistence engine - fast to develop in (store gets purged on recompile), but guaranteed to bring shame and ruin should you actually dare to use this in production. Basically a thin wrapper around a mutable map.

  4. trait Persistence extends AnyRef

    Permalink

    WebMonads read in all their data at the start of the interaction with the user and write it all out again at the end.

    WebMonads read in all their data at the start of the interaction with the user and write it all out again at the end. A major limitation at the moment is that this has to be Json values. This was a bad design decision as if I'd used plain serialisation or pickling then the programmer building the journey wouldn't have needed to worry about writing Format converters. The store should be tolerant of failure - the structure of objects is likely to change during development and it's usually fine to just ask the user again.

Value Members

  1. object HtmlShow extends Serializable

    Permalink
  2. package playutil

    Permalink
  3. package webmonad

    Permalink

Ungrouped