Class

razie.wiki.model

ReactorImpl

Related Doc: package model

Permalink

abstract class ReactorImpl extends Reactor

a hosted wiki instance, i.e. independent hosted website.

It has its own index, domain and is independent of other wikis

It has its own users and admins/mods etc

Wikis can mixin other wikis - linearized multiple inheritance.

Linear Supertypes
Reactor, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ReactorImpl
  2. Reactor
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ReactorImpl(realm: String, fallBacks: List[Reactor] = Nil, we: Option[WikiEntry])

    Permalink

Abstract Value Members

  1. abstract def domain: WikiDomain

    Permalink
    Definition Classes
    Reactor
  2. abstract def wiki: WikiInst

    Permalink
    Definition Classes
    Reactor

Concrete 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. lazy val adminEmails: List[String]

    Permalink
    Definition Classes
    ReactorImplReactor
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. lazy val club: Option[WikiEntry]

    Permalink
    Definition Classes
    ReactorImplReactor
  8. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  10. val fallBacks: List[Reactor]

    Permalink
    Definition Classes
    ReactorImplReactor
  11. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  13. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  14. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  15. def mainPage(au: Option[WikiUser]): WID

    Permalink

    Admin:UserHome if user or Admin:Home or Reactor:realm if nothing else is defined

    Admin:UserHome if user or Admin:Home or Reactor:realm if nothing else is defined

    Definition Classes
    ReactorImplReactor
  16. def membershipLevel: Option[String]

    Permalink

    the membership level of the owner (see if it's paid etc)

    the membership level of the owner (see if it's paid etc)

    Definition Classes
    ReactorImplReactor
  17. val mixins: Mixins[Reactor]

    Permalink
    Definition Classes
    ReactorImplReactor
  18. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  19. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  21. lazy val props: DslProps

    Permalink
    Definition Classes
    ReactorImplReactor
  22. val realm: String

    Permalink
    Definition Classes
    ReactorImplReactor
  23. val supers: Array[String]

    Permalink
    Definition Classes
    ReactorImplReactor
  24. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  25. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  26. lazy val userRoles: List[String]

    Permalink
    Definition Classes
    ReactorImplReactor
  27. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. val we: Option[WikiEntry]

    Permalink
    Definition Classes
    ReactorImplReactor
  31. lazy val websiteProps: DslProps

    Permalink
    Definition Classes
    ReactorImplReactor

Inherited from Reactor

Inherited from AnyRef

Inherited from Any

Ungrouped