play

package play

stuffing a few scala specific helpers into play namespace

Visibility
  1. Public
  2. All
Impl.
  1. Concrete
  2. Abstract

Type Members

  1. class RichConfiguration extends AnyRef

    wraps around a java property

  2. class WithEscape extends AnyRef

    provides auto-escaping

Value Members

  1. def configuration : RichConfiguration

    definition classes: root
  2. package data

  3. package db

  4. def debug (msg: String, args: Any*) : Unit

    definition classes: root
  5. def debug (e: Throwable, msg: String, args: Any*) : Unit

    definition classes: root
  6. implicit def domToXML (dom: Document) : Elem

    attributes: implicit
    definition classes: root
  7. def error (msg: String, args: Any*) : Unit

    definition classes: root
  8. def error (e: Throwable, msg: String, args: Any*) : Unit

    definition classes: root
  9. def fatal (msg: String, args: Any*) : Unit

    definition classes: root
  10. def fatal (e: Throwable, msg: String, args: Any*) : Unit

    definition classes: root
  11. def info (msg: String, args: Any*) : Unit

    definition classes: root
  12. def info (e: Throwable, msg: String, args: Any*) : Unit

    definition classes: root
  13. package jobs

  14. package libs

  15. package mvc

  16. package scalasupport

  17. package templates

  18. package test

  19. def trace (msg: String, args: Any*) : Unit

    definition classes: root
  20. package utils

  21. def warn (msg: String, args: Any*) : Unit

    definition classes: root
  22. def warn (e: Throwable, msg: String, args: Any*) : Unit

    definition classes: root
  23. implicit def withEscape (x: Any) : WithEscape

    attributes: implicit
    definition classes: root