Package

razie.diesel

utils

Permalink

package utils

Visibility
  1. Public
  2. All

Type Members

  1. case class AutosaveSet(what: String, realm: String, name: String, userId: ObjectId, c: Map[String, String], editorMsec: Option[DateTime] = None) extends Product with Serializable

    Permalink

    an autosave request

    an autosave request

    editorMsec

    if passed, it will be used as the updDtm - use it to detect stale - see uses

  2. case class DieselData(what: String, realm: String, key: String, user: Option[com.mongodb.casbah.Imports.ObjectId], contents: Map[String, String], ver: Long = 0, crDtm: DateTime = DateTime.now, updDtm: DateTime = DateTime.now, _id: com.mongodb.casbah.Imports.ObjectId = new ObjectId()) extends REntity[DieselData] with Product with Serializable

    Permalink

    simple support for a store - indexed by what+realm+key+user

    simple support for a store - indexed by what+realm+key+user

    Annotations
    @RTable()

Value Members

  1. object DieselData extends Serializable

    Permalink
  2. object DomCollector

    Permalink

    collects the last engine traces

  3. object DomHtml

    Permalink

    DOM Html helpers

  4. object DomUtils

    Permalink
  5. object DomWorker

    Permalink

    speed up initial response - do backups and stuff in background

  6. object SpecCache

    Permalink

    cache of domain and parsed specs and expiry

    cache of domain and parsed specs and expiry

    it is important to cache specs, both draft and final, to ensure low latency to users, for content assist and such

Ungrouped