xitrum

Config

object Config extends Logger

See config/xitrum.properties

Linear Supertypes
Logger, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Config
  2. Logger
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. val ACTOR_SYSTEM_NAME: String

  7. val BIG_TEXTUAL_RESPONSE_SIZE_IN_KB: Int

    Static textual files are always compressed Dynamic textual responses are only compressed if they are big http://code.

    Static textual files are always compressed Dynamic textual responses are only compressed if they are big http://code.google.com/speed/page-speed/docs/payload.html#GzipCompression

    Google recommends > 150B-1KB

  8. val actorSystem: ActorSystem

    akka.

    akka.actor.ActorSystem("xitrum")

  9. val application: com.typesafe.config.Config

    config/application.

    config/application.conf

  10. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  11. val baseUrl: String

  12. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  13. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  15. def exitOnError(msg: String, e: Throwable): Unit

    Shutdowns Hazelcast and call System.

    Shutdowns Hazelcast and call System.exit(-1). Once Hazelcast is started, calling System.exit(-1) does not stop the current process!

  16. def finalize(): Unit

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

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

    Definition Classes
    AnyRef → Any
  19. lazy val hazelcastInstance: HazelcastInstance

    Use lazy to avoid starting Hazelcast if it is not used.

    Use lazy to avoid starting Hazelcast if it is not used. Starting Hazelcast takes several seconds, sometimes we want to work in sbt console mode and don't like this overhead.

  20. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  21. lazy val logger: org.slf4j.Logger

    Logger name is inferred from the class name.

    Logger name is inferred from the class name.

    Definition Classes
    Logger
  22. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  23. final def notify(): Unit

    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  25. val productionMode: Boolean

    true if "xitrum.

    true if "xitrum.mode" system property is set to "production" See bin/runner.sh.

  26. val root: String

    Path to the root directory of the current project.

    Path to the root directory of the current project. If you're familiar with Rails, this is the same as Rails.root. See https://github.com/ngocdaothanh/xitrum/issues/47

  27. lazy val routes: RouteCollection

    Use lazy to avoid collecting routes if they are not used.

    Use lazy to avoid collecting routes if they are not used. Sometimes we want to work in sbt console mode and don't like this overhead.

  28. val sessionStore: SessionStore

  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  30. def toString(): String

    Definition Classes
    AnyRef → Any
  31. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()
  34. def warnOnDefaultSecureKey(): Unit

  35. def withBaseUrl(path: String): String

    path

    with leading "/"

    Avoids returning path with double "//" prefix. Something like //xitrum/postback/zOIc0v... will cause the browser to send request to http://xitrum/postback/zOIc0v...

  36. val xitrum: Config

    config/xitrum.

    config/xitrum.conf

Inherited from Logger

Inherited from AnyRef

Inherited from Any

Ungrouped