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: 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. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. 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

  9. val defaultHttpAddress: String

    Attributes
    protected
  10. val defaultHttpPort: Int

    Attributes
    protected
  11. val defaultKeyStoreType: String

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

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

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

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

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

    Definition Classes
    AnyRef → Any
  17. val httpAddressKey: String

    Attributes
    protected
  18. val httpPortKey: String

    Attributes
    protected
  19. val httpsPortKey: String

    Attributes
    protected
  20. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  21. val keyStoreKey: String

    Definition Classes
    KeyStores
  22. val keyStorePassKey: String

    Definition Classes
    KeyStores
  23. val keyStoreTypeKey: String

    Definition Classes
    KeyStores
  24. val log: Logger

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

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

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

  28. final def notify(): Unit

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

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

    Reads a file named confNameWithoutExtension.

    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

  31. def start(): Unit

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

    Definition Classes
    AnyRef
  33. def toString(): String

    Definition Classes
    AnyRef → Any
  34. def validateKeyStore(keyStore: Path, keyStorePassword: String, keyStoreType: String): Unit

    Definition Classes
    KeyStores
  35. def validateKeyStoreIfSpecified(): Unit

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Log

Inherited from KeyStores

Inherited from AnyRef

Inherited from Any

Ungrouped