xitrum

Config

object Config extends Log

See config/xitrum.properties

Linear Supertypes
Log, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Config
  2. Log
  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 exitOnStartupError(msg: String, e: Throwable): Unit

  16. def finalize(): Unit

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

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

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

    Definition Classes
    Any
  20. lazy val log: Logger

    Log name is inferred from the class name.

    Log name is inferred from the class name.

    Definition Classes
    Log
  21. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  24. val productionMode: Boolean

    true if "xitrum.

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

  25. 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

  26. 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.

  27. lazy val routesReverseMappings: Map[Class[_], ReverseRoute]

    routes.

    routes.reverseMappings is used heavily in URL generation, cache it here

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

    Definition Classes
    AnyRef
  29. def toString(): String

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

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

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

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

  34. 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...

  35. val xitrum: Config

    config/xitrum.

    config/xitrum.conf

Inherited from Log

Inherited from AnyRef

Inherited from Any

Ungrouped