Object

example

ExampleApplication

Related Doc: package example

Permalink

object ExampleApplication extends WebApplication

Linear Supertypes
WebApplication, Logging, BaseApplication, Picklers, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ExampleApplication
  2. WebApplication
  3. Logging
  4. BaseApplication
  5. Picklers
  6. AnyRef
  7. 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 → Picklers
  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. def getByURL(url: URL): Option[Screen]

    Permalink
    Definition Classes
    WebApplication
  23. final def getClass(): Class[_]

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

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

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

    Permalink
    Definition Classes
    Any
  27. def logger: Logger

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    WebApplication
  42. val siteType: SiteType

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  45. def url: URL

    Permalink
    Definition Classes
    WebApplication
  46. val urlChanged: Channel[URLChanged]

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

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

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

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

Inherited from WebApplication

Inherited from Logging

Inherited from BaseApplication

Inherited from Picklers

Inherited from AnyRef

Inherited from Any

Ungrouped