class DefaultWebCommands extends WebCommands
Ordering
- Alphabetic
- By Inheritance
Inherited
- DefaultWebCommands
- WebCommands
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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
- → 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
- → WebCommands
Default implementation of web commands.