c

org.hyperscala

WebApplication

abstract class WebApplication extends BaseApplication with Logging

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

Instance Constructors

  1. new WebApplication(siteType: SiteType)

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. def add[T](pickler: Pickler[T]): Int
    Attributes
    protected[org.hyperscala]
    Definition Classes
    WebApplication → Picklers
  5. def add(screen: Screen): Unit
    Attributes
    protected[org.hyperscala]
  6. val appManager: ApplicationManager
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def byName(screenName: String): Option[Screen]
  9. def byURL(url: URL): Screen
  10. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def communicationPath: String
  12. def connection: Connection
  13. macro def create[S <: Screen]: S
  14. def createPath(path: String, args: Map[String, String] = Map.empty): String
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  17. def error(t: Throwable): Unit
  18. def errorSupport[R](f: ⇒ R): R
  19. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. def getByURL(url: URL): Option[Screen]
  21. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  23. def init(): Unit
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. def logger: Logger
    Attributes
    protected
    Definition Classes
    Logging
  26. def loggerName: String
    Attributes
    protected
    Definition Classes
    Logging
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  30. def picklerForChannel[T](channel: Channel[T]): Option[Pickler[T]]
    Attributes
    protected[org.hyperscala]
  31. var picklers: Vector[Pickler[_]]
    Attributes
    protected[org.hyperscala]
  32. macro def register[T]: Channel[T]
    Attributes
    protected
    Definition Classes
    BaseApplication
  33. val reloadRequest: Channel[ReloadRequest]
  34. val screenContentRequest: Channel[ScreenContentRequest]
  35. val screenContentResponse: Channel[ScreenContentResponse]
  36. def screens: Vector[Screen]
  37. macro def server[S <: Screen]: S
  38. val siteType: SiteType
  39. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  40. def toString(): String
    Definition Classes
    AnyRef → Any
  41. def url: URL
  42. val urlChanged: Channel[URLChanged]
  43. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Logging

Inherited from BaseApplication

Inherited from Picklers

Inherited from AnyRef

Inherited from Any

Ungrouped