xitrum

Config

class Config extends Log

Linear Supertypes
Log, AnyRef, Any
Type Hierarchy Learn more about scaladoc diagrams
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

Instance Constructors

  1. new Config(config: com.typesafe.config.Config)

Value Members

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

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

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

    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. val basicAuth: Option[BasicAuthConfig]

  6. lazy val cache: Cache

    lazy: initialized after xitrum.

    lazy: initialized after xitrum.Config, so that inside the cache class, xitrum.Config can be used.

    Cache config in xitrum.conf can be in 2 forms:

    cache = my.Cache

    Or if the cache needs additional options:

    cache { "my.Cache" { option1 = value1 option2 = value2 } }

  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. val config: com.typesafe.config.Config

  9. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit

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

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

    Definition Classes
    AnyRef → Any
  14. val interface: Option[String]

  15. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  16. val keystore: KeystoreConfig

  17. lazy val log: Logger

    Log name is inferred from name of the class extending this trait.

    Log name is inferred from name of the class extending this trait.

    Definition Classes
    Log
  18. val metrics: Option[MetricsConfig]

  19. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  22. val port: PortConfig

  23. val request: RequestConfig

  24. val response: ResponseConfig

  25. val reverseProxy: Option[ReverseProxyConfig]

  26. val session: SessionConfig

  27. val staticFile: StaticFileConfig

  28. val swaggerApiVersion: Option[String]

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

    Definition Classes
    AnyRef
  30. lazy val template: Option[TemplateEngine]

    lazy: initialized after xitrum.

    lazy: initialized after xitrum.Config, so that inside the template engine class, xitrum.Config can be used.

    Template config in xitrum.conf can be in 2 forms:

    template = my.template.Engine

    Or if the template engine needs additional options:

    template { "my.template.Engine" { option1 = value1 option2 = value2 } }

  31. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Log

Inherited from AnyRef

Inherited from Any

Ungrouped