Package

play

runsupport

Permalink

package runsupport

Visibility
  1. Public
  2. All

Type Members

  1. class AssetsClassLoader extends ClassLoader

    Permalink

    A ClassLoader for serving assets.

    A ClassLoader for serving assets.

    Serves assets from the given directories, at the given prefix.

  2. class DelegatedResourcesClassLoader extends NamedURLClassLoader

    Permalink

    A ClassLoader that only uses resources from its parent

  3. trait FileWatchService extends AnyRef

    Permalink

    A service that can watch files

  4. trait FileWatcher extends AnyRef

    Permalink

    A watcher, that watches files.

  5. trait LoggerProxy extends AnyRef

    Permalink
  6. class NamedURLClassLoader extends URLClassLoader

    Permalink

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

  7. class Reloader extends BuildLink

    Permalink
  8. trait RunHook extends AnyRef

    Permalink

    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

    Permalink
  10. class ServerStartException extends Throwable with FeedbackProvidedException

    Permalink

Value Members

  1. object Colors

    Permalink
  2. object FileWatchService

    Permalink
  3. object Reloader

    Permalink
  4. object RunHook

    Permalink
  5. package classloader

    Permalink

Ungrouped