StaticContent

case class StaticContent(resourcePaths: List[ResourceType])
Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(relativePath: String): Response
def find(relativePath: String): Option[URL]
def fromDirectory(basePath: String): StaticContent
def fromResource(basePath: String): StaticContent

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product