Package

razie

wiki

Permalink

package wiki

Visibility
  1. Public
  2. All

Type Members

  1. trait EncryptService extends AnyRef

    Permalink

    simple encryption service - used to encrypt all sorts of things like emails whatnot

    simple encryption service - used to encrypt all sorts of things like emails whatnot

    provide your own implementation DES with a per app configured key should do fine

  2. trait EventProcessor extends AnyRef

    Permalink

    this is a generic event and/or task dispatcher - I simply ran out of names...

    this is a generic event and/or task dispatcher - I simply ran out of names...

    some of the evens are audits, some are entity notifications that spread through the cluster

    some are just stuff to do later.

  3. class SampleConfig extends WikiConfig

    Permalink

    sample config - use for testing for instance.

    sample config - use for testing for instance. Before beginning a test, do Services.config = SampleConfig

    Annotations
    @Singleton()
  4. abstract class WikiConfig extends AnyRef

    Permalink

    configuration for the core wiki engine - some comes from a property config file and some from special admin pages

    configuration for the core wiki engine - some comes from a property config file and some from special admin pages

    create a property file rk.properties and include in classpath, containing the properties below

    ***************************************************************** ************* you can access this via Services.config *********** *****************************************************************

Value Members

  1. object Base64

    Permalink

    base 64 utility

  2. object BasicServices

    Permalink

    central point of customization - aka service registry.

    central point of customization - aka service registry. We're using it mainly to make processing certain events lazy (audit logs etc)

    pass the event to the observers - some will do something about it

    todo use some proper injection pattern - this is not MT-safe

    right now this is setup in Global and different Module(s), upon startup

  3. object Config extends WikiConfig

    Permalink

    configuration static

    configuration static

    todo config should be injected not static

  4. object Enc

    Permalink

    utility to encrypt/decrypt stuff

  5. object EncUrl

    Permalink
  6. object EncryptService

    Permalink

    set this in your Global::beforeStart() todo inject instead

  7. object NoEncryptService extends EncryptService

    Permalink

    sample stub clear text - no encryption

  8. object Sec

    Permalink

    encription utilities

  9. object Services

    Permalink

    central point of customization - aka service registry

    central point of customization - aka service registry

    todo use some proper injection pattern - this is not MT-safe

    right now this is setup in Global and different Module(s), upon startup

  10. object WikiConfig

    Permalink

    some statics

    some statics

    todo this should be the config ovject, not Config

  11. package admin

    Permalink
  12. package model

    Permalink
  13. package mods

    Permalink
  14. package parser

    Permalink
  15. package util

    Permalink

Ungrouped