WebCommands

play.core.WebCommands
trait WebCommands

Handlers for web commands.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

Add a handler to be called on ApplicationProvider.handleWebCommand.

Add a handler to be called on ApplicationProvider.handleWebCommand.

Attributes

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

Call handleWebCommand on the handlers.

Call handleWebCommand on the handlers.

Attributes

Returns

the result from the first Some-returning handler