Packages

c

play.core

DefaultWebCommands

class DefaultWebCommands extends WebCommands

Default implementation of web commands.

Annotations
@Singleton()
Source
WebCommands.scala
Linear Supertypes
WebCommands, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DefaultWebCommands
  2. WebCommands
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DefaultWebCommands()

Value Members

  1. def addHandler(handler: HandleWebCommandSupport): Unit

    Add a handler to be called on ApplicationProvider.handleWebCommand.

    Add a handler to be called on ApplicationProvider.handleWebCommand.

    Definition Classes
    DefaultWebCommandsWebCommands
  2. 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

    Definition Classes
    DefaultWebCommandsWebCommands