com.mle.play

PlayLifeCycle

trait PlayLifeCycle extends KeyStores with Log

Starts Play Framework 2, does not create a RUNNING_PID file.

An alternative to the official ways to start Play, this integrates better with my more generic init scripts.

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

Abstract Value Members

  1. abstract def appName: String

Concrete 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. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def conformize(params: Map[String, String]): Map[String, String]

    params

    key-value pairs

    returns

    key-value pairs where key https.keyStore, if any, is an absolute path

  7. def createServer(): NettyServer

    Attributes
    protected
  8. val defaultHttpAddress: String

    Attributes
    protected
  9. val defaultHttpPort: Int

    Attributes
    protected
  10. val defaultKeyStoreType: String

    Definition Classes
    KeyStores
  11. final def eq(arg0: AnyRef): Boolean

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

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

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

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

    Definition Classes
    AnyRef → Any
  16. val httpAddressKey: String

    Attributes
    protected
  17. val httpPortKey: String

    Attributes
    protected
  18. val httpsPortKey: String

    Attributes
    protected
  19. def isHttpAvailable: Boolean

  20. def isHttpsAvailable: Boolean

  21. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  22. val keyStoreKey: String

    Definition Classes
    KeyStores
  23. val keyStorePassKey: String

    Definition Classes
    KeyStores
  24. val keyStoreTypeKey: String

    Definition Classes
    KeyStores
  25. val log: Logger

    Attributes
    protected
    Definition Classes
    Log
  26. def main(args: Array[String]): Unit

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

    Definition Classes
    AnyRef
  28. var nettyServer: Option[NettyServer]

  29. final def notify(): Unit

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

    Definition Classes
    AnyRef
  31. def readConfFile(confNameWithoutExtension: String): Map[String, String]

    Reads a file named confNameWithoutExtension.conf if it exists.

    Reads a file named confNameWithoutExtension.conf if it exists.

    confNameWithoutExtension

    name of conf, typically the name of the app

    returns

    the key-value pairs from the conf file; an empty map if the file doesn't exist

  32. def start(): Unit

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

    Definition Classes
    AnyRef
  34. def toString(): String

    Definition Classes
    AnyRef → Any
  35. def tryReadInt(key: String): Option[Int]

    Attributes
    protected
  36. def validateKeyStore(keyStore: Path, keyStorePassword: String, keyStoreType: String): Unit

    Definition Classes
    KeyStores
  37. def validateKeyStoreIfSpecified(): Unit

    Definition Classes
    KeyStores
  38. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Log

Inherited from KeyStores

Inherited from AnyRef

Inherited from Any

Ungrouped