com.atomizesoftware.spin

ScalatraBootstrap

class ScalatraBootstrap extends LifeCycle

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

Instance Constructors

  1. new ScalatraBootstrap()

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. val adminConfigDir: String

  5. val app: SpinApp { ... /* 49 definitions in type refinement */ }

  6. val applicationConfFile: File

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

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

  10. val context: LoggerContext

  11. val cpds: ComboPooledDataSource

  12. val currentLocalAddress: String

  13. def destroy(context: ServletContext): Unit

    Definition Classes
    ScalatraBootstrap → LifeCycle
  14. val deviceLogsDir: String

  15. val devicePort: String

  16. val documentsDir: String

  17. implicit def enrichRequest(request: HttpServletRequest): RichRequest

    Definition Classes
    ServletApiImplicits
  18. implicit def enrichResponse(response: HttpServletResponse): RichResponse

    Definition Classes
    ServletApiImplicits
  19. implicit def enrichServletContext(servletContext: ServletContext): RichServletContext

    Definition Classes
    ServletApiImplicits
  20. implicit def enrichSession(session: HttpSession): RichSession

    Definition Classes
    ServletApiImplicits
  21. val environment: String

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

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

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

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

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

    Definition Classes
    AnyRef → Any
  27. val helpDocsDir: String

  28. def init(context: ServletContext): Unit

    Definition Classes
    ScalatraBootstrap → LifeCycle
  29. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  30. val jarDir: String

  31. val jarPath: String

  32. val logbackConfigurationFile: File

  33. val logger: Logger

  34. val mapMarkersDir: String

  35. val maxDocumentSize: Int

  36. val mqttAllowAnonymous: Boolean

  37. val mqttBroker: Option[Server]

  38. val mqttDbDir: Path

  39. val mqttDir: Path

  40. val mqttHost: String

  41. val mqttParameterValues: MQTTParameterValues

  42. val mqttPassword: String

  43. val mqttPort: Int

  44. val mqttServer: String

  45. val mqttUseEmbeddedBroker: Boolean

  46. val mqttUseSSL: Boolean

  47. val mqttUser: String

  48. val mqttUsesPassword: Boolean

  49. val mqttWebsocketPort: Int

  50. val mqttWebsocketServerPort: Int

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

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

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

    Definition Classes
    AnyRef
  54. val pluginsDir: String

  55. val port: Int

  56. val reportsDir: String

  57. val s3AuthUrl: String

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

    Definition Classes
    AnyRef
  59. val themeDir: String

  60. val thumbWidth: Int

  61. val tileServerURL: String

  62. val title: String

  63. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from LifeCycle

Inherited from ServletApiImplicits

Inherited from AnyRef

Inherited from Any

Ungrouped