WebjarServiceBuilder

Companion
class
class Object
trait Matchable
class Any

Type members

Classlikes

final case class WebjarAsset(library: String, version: String, asset: String)

Contains the information about an asset inside a webjar

Contains the information about an asset inside a webjar

Value Params
asset

The asset name inside the webjar

library

The webjar's library name

version

The version of the webjar

Types

type WebjarAssetFilter = WebjarAsset => Boolean

A filter callback for Webjar asset It's a function that takes the WebjarAsset and returns whether or not the asset should be served to the client.

A filter callback for Webjar asset It's a function that takes the WebjarAsset and returns whether or not the asset should be served to the client.

Value members

Concrete methods