Package

razie.wiki

util

Permalink

package util

Visibility
  1. Public
  2. All

Type Members

  1. trait AuthService[+U <: WikiUser] extends AnyRef

    Permalink

    Authentication: need to provide an authentication service

    Authentication: need to provide an authentication service

    when authenticated / logged in, a user will store something in the session cookie

  2. class DslProps extends AnyRef

    Permalink

    dsl processing - entries with a props section

  3. case class MyUser(userName: String, email: String, _id: ObjectId = new ObjectId()) extends WikiUser with Product with Serializable

    Permalink

    sample user implementation

  4. case class QueryParms(q: Map[String, Seq[String]]) extends Product with Serializable

    Permalink

    don't ask...

    don't ask... this is downright shameful

  5. case class Stage(what: String, content: com.mongodb.casbah.Imports.DBObject, by: String, crDtm: DateTime = DateTime.now, _id: com.mongodb.casbah.Imports.ObjectId = new ObjectId()) extends Product with Serializable

    Permalink

    staged entities

    staged entities

    todo automatic purge of staged stuff that is forgotten

    Annotations
    @RTable()

Value Members

  1. object M

    Permalink

    Just me playing with some stuff I have no time to clean

    Just me playing with some stuff I have no time to clean

    filter your collections before going through here - these are not lazy

  2. object Maps extends Logging

    Permalink
  3. object NoAuthService extends AuthService[MyUser] with Logging

    Permalink

    sample stub authentication

  4. object PlayTools

    Permalink

    just some play request utils

  5. object Staged

    Permalink

Ungrouped