Package

razie

hosting

Permalink

package hosting

Visibility
  1. Public
  2. All

Type Members

  1. case class BannedIp(ip: String, reason: String, crDtm: DateTime = DateTime.now, _id: com.mongodb.casbah.Imports.ObjectId = new ObjectId()) extends REntity[BannedIp] with Product with Serializable

    Permalink

    register an IP address to be banned

    register an IP address to be banned

    todo complete mechanism

    Annotations
    @RTable()
  2. class Website extends DslProps

    Permalink

    Multihosting - website settings - will collect website properties from the topic if it has a 'website' section

Value Members

  1. object BannedIps

    Permalink

    user factory and utils

  2. object RkReactors

    Permalink

    multi-tenancy - identify the reactor from the current domain

    multi-tenancy - identify the reactor from the current domain

    todo inject and remove hardcodings

  3. object Website

    Permalink

    multihosting utilities

  4. object WikiReactors extends Logging with Reactors

    Permalink

    reactor management (multi-tenant) - we can host multiple wikis/websites, each is a "reactor"

    reactor management (multi-tenant) - we can host multiple wikis/websites, each is a "reactor"

    this holds all the reactors hosted in this process

Ungrouped