Package

play

libs

Permalink

package libs

Visibility
  1. Public
  2. All

Type Members

  1. class Classpath extends AnyRef

    Permalink
  2. abstract class Comet extends Chunks[String]

    Permalink
  3. class Crypto extends CSRFTokenSigner with CookieSigner

    Permalink
  4. class EventSource extends AnyRef

    Permalink
  5. class Jsonp extends Content

    Permalink
  6. abstract class LegacyEventSource extends Chunks[String]

    Permalink
  7. class Resources extends AnyRef

    Permalink
  8. class Time extends AnyRef

    Permalink
  9. class XPath extends AnyRef

    Permalink
  10. class Yaml extends AnyRef

    Permalink

Value Members

  1. object ReflectionsCache

    Permalink

    Provides a cache for reflections, so that classloader scanning over the same classloader for the same package multiple times doesn't need to be done.

    Provides a cache for reflections, so that classloader scanning over the same classloader for the same package multiple times doesn't need to be done.

    This is most useful in tests, when each test starts a new FakeApplication, and so things like Ebean scan the classloader for @Entity annotated classes in a given package. Profiling shows that without this cache, over 90% of a tests time might be spent in classpath scanning.

  2. package crypto

    Permalink

Ungrouped