play.docs

package play.docs

Members list

Type members

Classlikes

class AggregateFileRepository(repos: Seq[FileRepository]) extends FileRepository

A file repository that aggregates multiple file repositories

A file repository that aggregates multiple file repositories

Value parameters

repos

The repositories to aggregate

Attributes

Supertypes
trait FileRepository
class Object
trait Matchable
class Any

Used to start the documentation server.

Used to start the documentation server.

Attributes

Supertypes
class Object
trait Matchable
class Any
class DocumentationHandler(repo: FileRepository, apiRepo: FileRepository, toClose: Closeable) extends BuildDocHandler, Closeable

Used by the DocumentationApplication class to handle requests for Play documentation. Documentation is located in the given repository - either a JAR file or directly from the filesystem.

Used by the DocumentationApplication class to handle requests for Play documentation. Documentation is located in the given repository - either a JAR file or directly from the filesystem.

Attributes

Supertypes
trait Closeable
trait AutoCloseable
class Object
trait Matchable
class Any
Show all
class Memoise[-T, +R](f: T => R) extends T => R

Memoise a function.

Memoise a function.

Attributes

Supertypes
trait T => R
class Object
trait Matchable
class Any