class DefaultAssetsMetadata extends 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.
- Annotations
- @Singleton()
- Source
- Assets.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DefaultAssetsMetadata
- AssetsMetadata
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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
- DefaultAssetsMetadata → AssetsMetadata