trait WebCommands extends AnyRef
Ordering
- Alphabetic
- By Inheritance
Inherited
- WebCommands
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- abstract def addHandler(handler: HandleWebCommandSupport): Unit
Add a handler to be called on ApplicationProvider.handleWebCommand.
- abstract 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
Handlers for web commands.