Object

razie.hosting

WikiReactors

Related Doc: package hosting

Permalink

object WikiReactors extends Logging with Reactors

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

this holds all the reactors hosted in this process

Linear Supertypes
Reactors, Logging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WikiReactors
  2. Reactors
  3. Logging
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class cdebug extends AnyRef

    Permalink
    Definition Classes
    Logging
    Annotations
    @inline()
  2. class clog extends AnyRef

    Permalink
    Definition Classes
    Logging
    Annotations
    @inline()

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final val ALIASES: Map[String, String]

    Permalink
  5. final val NOTES: String("notes")

    Permalink
  6. final val RK: String("rk")

    Permalink
  7. final val SPECS: String("specs")

    Permalink
  8. final val WIKI: String("wiki")

    Permalink
  9. def add(realm: String, we: WikiEntry): Reactor

    Permalink
  10. var allLowercase: List[String]

    Permalink
  11. val allReactors: HashMap[String, WikiEntry]

    Permalink
  12. def apply(realm: String = Wikis.RK): Reactor

    Permalink
  13. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  14. def audit(message: ⇒ String, e: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
    Annotations
    @inline()
  15. def audit(message: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
    Annotations
    @inline()
  16. def cdebug: cdebug

    Permalink

    c++ memories, anyone...

    c++ memories, anyone... i do like to use the cout << x instead of println(x)

    Definition Classes
    Logging
    Annotations
    @inline()
  17. def clog: clog

    Permalink

    c++ memories, anyone...

    c++ memories, anyone... i do like to use the cout << x instead of println(x)

    Definition Classes
    Logging
    Annotations
    @inline()
  18. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. def contains(realm: String): Boolean

    Permalink
  20. def debug(message: ⇒ String, e: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
    Annotations
    @inline()
  21. def debug(message: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
    Annotations
    @inline()
  22. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  23. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  24. def error(message: ⇒ String, e: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
    Annotations
    @inline()
  25. def error(message: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
    Annotations
    @inline()
  26. lazy val fallbackProps: DslProps

    Permalink
  27. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  28. def findWikiEntry(name: String, cat: String = "Reactor"): Option[WikiEntry]

    Permalink
  29. def forEachProperty(realm: String, prefix: String)(f: PartialFunction[(String, String), Unit]): Unit

    Permalink

    realm/tenant specific properties

    realm/tenant specific properties

    Definition Classes
    Reactors
  30. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  31. def getProperties(realm: String): Map[String, String]

    Permalink

    realm/tenant specific properties

    realm/tenant specific properties

    Definition Classes
    WikiReactorsReactors
  32. def getProperties(realm: String, prefix: String): Map[String, String]

    Permalink

    realm/tenant specific properties

    realm/tenant specific properties

    Definition Classes
    Reactors
  33. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  34. def info(message: ⇒ String, e: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
    Annotations
    @inline()
  35. def info(message: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
    Annotations
    @inline()
  36. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  37. var loading: Boolean

    Permalink
  38. def log(message: ⇒ String, e: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
    Annotations
    @inline()
  39. def log(message: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
    Annotations
    @inline()
  40. val logger: Log

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  41. val lowerCase: HashMap[String, String]

    Permalink

    lower case index of loaded reactors - reactor names are insensitive

  42. def maybeFind(realm: String = Wikis.RK): Option[Reactor]

    Permalink
  43. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  44. def newlog(s: String): Log

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  45. def newlog(clazz: Class[_]): Log

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  46. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  47. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  48. val reactors: HashMap[String, Reactor]

    Permalink
  49. val reactorsLoadedF: Future[Boolean]

    Permalink

    wait here if you need reactors

  50. def reload(r: String): Unit

    Permalink
  51. def rk: Reactor

    Permalink
  52. def slf4j: Logger

    Permalink

    use this if you want to log with slf4j conventions instead of the formatting conventions implemented here (String.format).

    use this if you want to log with slf4j conventions instead of the formatting conventions implemented here (String.format).

    Printf rules!

    Attributes
    protected
    Definition Classes
    Logging
  53. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  54. def tee(message: ⇒ String): String

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
    Annotations
    @inline()
  55. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  56. def trace(message: ⇒ String, e: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
    Annotations
    @inline()
  57. def trace(message: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
    Annotations
    @inline()
  58. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  59. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  60. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  61. def warn(message: ⇒ String, e: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
    Annotations
    @inline()
  62. def warn(message: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
    Annotations
    @inline()
  63. def wiki: Reactor

    Permalink

Inherited from Reactors

Inherited from Logging

Inherited from AnyRef

Inherited from Any

Ungrouped