play

runsupport

package runsupport

Visibility
  1. Public
  2. All

Type Members

  1. class AssetsClassLoader extends ClassLoader

    A ClassLoader for serving assets.

  2. class DelegatedResourcesClassLoader extends NamedURLClassLoader

    A ClassLoader that only uses resources from its parent

  3. trait FileWatchService extends AnyRef

    A service that can watch files

  4. trait FileWatcher extends AnyRef

    A watcher, that watches files.

  5. trait LoggerProxy extends AnyRef

  6. class NamedURLClassLoader extends URLClassLoader

    A ClassLoader with a toString() that prints name/urls.

  7. class Reloader extends BuildLink

  8. trait RunHook extends AnyRef

    The represents an object which "hooks into" play run, and is used to apply startup/cleanup actions around a play application.

  9. case class RunHookCompositeThrowable(throwables: Set[Throwable]) extends Exception with Product with Serializable

Value Members

  1. object Colors

  2. object FileWatchService

  3. object Reloader

  4. object RunHook

  5. package classloader

Ungrouped