class DefaultAssetsMetadata extends AssetsMetadata
Ordering
- Alphabetic
- By Inheritance
Inherited
- DefaultAssetsMetadata
- AssetsMetadata
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new DefaultAssetsMetadata(env: Environment, config: AssetsConfiguration, fileMimeTypes: FileMimeTypes)
- Annotations
- @Inject()
- new DefaultAssetsMetadata(config: AssetsConfiguration, resource: (String) => Option[URL], fileMimeTypes: FileMimeTypes)
Value Members
- lazy val finder: AssetsFinder
- Definition Classes
- → AssetsMetadata
Default implementation of AssetsMetadata.
If your application uses reverse routing with assets or the Assets static object, you should use the AssetsMetadataProvider to set up needed statics.