Trait/Object

com.malliina.play

PlayLifeCycle

Related Docs: object PlayLifeCycle | package play

Permalink

trait PlayLifeCycle extends KeyStores

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
KeyStores, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PlayLifeCycle
  2. KeyStores
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def appName: String

    Permalink

Concrete Value Members

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

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

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

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

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

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

    Permalink

    params

    key-value pairs

    returns

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

  7. def createServer(rs: Routes): NettyServer

    Permalink
    Attributes
    protected
  8. val defaultHttpAddress: String

    Permalink
    Attributes
    protected
  9. val defaultHttpPort: Int

    Permalink
    Attributes
    protected
  10. val defaultKeyStoreType: String

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  16. val httpAddressKey: String

    Permalink
    Attributes
    protected
  17. val httpPortKey: String

    Permalink
    Attributes
    protected
  18. val httpsPortKey: String

    Permalink
    Attributes
    protected
  19. def isHttpAvailable: Boolean

    Permalink
  20. def isHttpsAvailable: Boolean

    Permalink
  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. val keyStoreKey: String

    Permalink
    Definition Classes
    KeyStores
  23. val keyStorePassKey: String

    Permalink
    Definition Classes
    KeyStores
  24. val keyStoreTypeKey: String

    Permalink
    Definition Classes
    KeyStores
  25. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  26. var nettyServer: Option[NettyServer]

    Permalink
  27. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit

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

    Permalink

    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

  30. def start(rs: Routes): Unit

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

    Permalink
    Definition Classes
    AnyRef
  32. def toString(): String

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

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

    Permalink
    Definition Classes
    KeyStores
  35. def validateKeyStoreIfSpecified(): Unit

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from KeyStores

Inherited from AnyRef

Inherited from Any

Ungrouped