AssetPaths

kreuzberg.miniserver.AssetPaths
See theAssetPaths companion object
case class AssetPaths(assetPaths: Seq[RestrictedAssetCandidatePath])

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def hashedUrl(asset: String, deploymentType: Option[DeploymentType]): String

Returns the external URL of an Asset

Returns the external URL of an Asset

Attributes

def locateAsset(name: String, deploymentType: Option[DeploymentType]): Option[Location]

Locate an asset.

Locate an asset.

Attributes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product