c

controllers

AssetsMetadataProvider

class AssetsMetadataProvider extends Provider[DefaultAssetsMetadata]

A provider for AssetsMetadata that sets up necessary static state for reverse routing. The PathBindable for assets does additional "magic" using statics so routes like routes.Assets.versioned("foo.js") will find the minified and digested version of that asset.

It is also possible to avoid this provider and simply inject AssetsFinder. Then you can call AssetsFinder.path to get the final path of an asset according to the path and url prefix in configuration.

Annotations
@Singleton()
Source
Assets.scala
Linear Supertypes
Provider[DefaultAssetsMetadata], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AssetsMetadataProvider
  2. Provider
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AssetsMetadataProvider(env: Environment, config: AssetsConfiguration, fileMimeTypes: FileMimeTypes, lifecycle: ApplicationLifecycle)
    Annotations
    @Inject()

Value Members

  1. lazy val get: DefaultAssetsMetadata