Packages

t

play.core

WebCommands

trait WebCommands extends AnyRef

Handlers for web commands.

Source
WebCommands.scala
Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WebCommands
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def addHandler(handler: HandleWebCommandSupport): Unit

    Add a handler to be called on ApplicationProvider.handleWebCommand.

  2. abstract def handleWebCommand(request: RequestHeader, buildLink: BuildLink, path: File): Option[Result]

    Call handleWebCommand on the handlers.

    Call handleWebCommand on the handlers.

    returns

    the result from the first Some-returning handler