Package

se.radley.plugin

salat

Permalink

package salat

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. salat
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. class SalatPlugin extends Plugin

    Permalink

Value Members

  1. object Binders

    Permalink
  2. object Formats

    Permalink
  3. object OptionsFromConfig

    Permalink
  4. def gridFS(bucketName: String, sourceName: String = "default")(implicit app: Application): GridFS

    Permalink

    Returns a GridFS bucket

    Returns a GridFS bucket

    bucketName

    The GridFS bucket name

    sourceName

    The configured source name

    returns

    GridFS

  5. def mongoCappedCollection(collectionName: String, size: Long, max: Option[Long] = None, sourceName: String = "default")(implicit app: Application): MongoCollection

    Permalink

    Returns a capped MongoCollection

    Returns a capped MongoCollection

    collectionName

    The MongoDB collection name

    size

    The capped collection size

    max

    the capped collection max number of documents

    sourceName

    The configured source name

    returns

    MongoCollection

  6. def mongoCollection(collectionName: String, sourceName: String = "default")(implicit app: Application): MongoCollection

    Permalink

    Returns a MongoCollection

    Returns a MongoCollection

    collectionName

    The MongoDB collection name

    sourceName

    The configured source name

    returns

    MongoCollection

Inherited from AnyRef

Inherited from Any

Ungrouped