class DefaultWebCommands extends WebCommands
Default implementation of web commands.
- Annotations
- @Singleton()
- Source
- WebCommands.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DefaultWebCommands
- WebCommands
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new DefaultWebCommands()
Value Members
-
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
- DefaultWebCommands → WebCommands
-
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
- DefaultWebCommands → WebCommands