DefaultWebCommands

play.core.DefaultWebCommands

Default implementation of web commands.

Attributes

Graph
Supertypes
trait WebCommands
class Object
trait Matchable
class Any

Members list

Value members

Concrete 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