Object

example

ExampleApplication

Related Doc: package example

Permalink

object ExampleApplication extends WebApplication

Linear Supertypes
WebApplication, Logging, BaseApplication, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ExampleApplication
  2. WebApplication
  3. Logging
  4. BaseApplication
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. def add[T](pickler: Pickler[T]): Int

    Permalink
    Attributes
    protected[org.hyperscala]
    Definition Classes
    WebApplication → BaseApplication
  5. def add(screen: Screen): Unit

    Permalink
    Attributes
    protected[org.hyperscala]
    Definition Classes
    WebApplication
  6. val appManager: ApplicationManager

    Permalink
    Definition Classes
    WebApplication
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def byName(screenName: String): Option[Screen]

    Permalink
    Definition Classes
    WebApplication
  9. def byURL(url: URL): Screen

    Permalink
    Definition Classes
    WebApplication
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def communicationPath: String

    Permalink
    Definition Classes
    WebApplication
  12. def connection: Connection

    Permalink
    Definition Classes
    WebApplication
  13. macro def create[S <: Screen]: S

    Permalink
    Definition Classes
    WebApplication
  14. def createPath(path: String, args: Map[String, String]): String

    Permalink
    Definition Classes
    WebApplication
  15. val dashboard: DashboardScreen

    Permalink
  16. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  18. def error(t: Throwable): Unit

    Permalink
    Definition Classes
    WebApplication
  19. val error: ErrorScreen

    Permalink
  20. def errorSupport[R](f: ⇒ R): R

    Permalink
    Definition Classes
    WebApplication
  21. def finalize(): Unit

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

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

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

    Permalink
    Definition Classes
    WebApplication
  25. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  26. var logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  27. def loggerName: String

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  28. val login: LoginScreen

    Permalink
  29. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  30. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  32. def picklerForChannel[T](channel: Channel[T]): Option[Pickler[T]]

    Permalink
    Attributes
    protected[org.hyperscala]
    Definition Classes
    WebApplication
  33. var picklers: Vector[Pickler[_]]

    Permalink
    Attributes
    protected[org.hyperscala]
    Definition Classes
    WebApplication
  34. val profile: ProfileScreen

    Permalink
  35. macro def register[T]: Channel[T]

    Permalink
    Attributes
    protected
    Definition Classes
    BaseApplication
  36. val reloadRequest: Channel[ReloadRequest]

    Permalink
    Definition Classes
    WebApplication
  37. val screenContentRequest: Channel[ScreenContentRequest]

    Permalink
    Definition Classes
    WebApplication
  38. val screenContentResponse: Channel[ScreenContentResponse]

    Permalink
    Definition Classes
    WebApplication
  39. def screens: Vector[Screen]

    Permalink
    Definition Classes
    WebApplication
  40. macro def server[S <: Screen]: S

    Permalink
    Definition Classes
    WebApplication
  41. val siteType: SiteType

    Permalink
    Definition Classes
    WebApplication
  42. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  44. def updateLogger(f: (Logger) ⇒ Logger): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  45. val urlChanged: Channel[URLChanged]

    Permalink
    Definition Classes
    WebApplication
  46. final def wait(): Unit

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

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

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

Inherited from WebApplication

Inherited from Logging

Inherited from BaseApplication

Inherited from AnyRef

Inherited from Any

Ungrouped