Class

org.hyperscala

WebApplication

Related Doc: package hyperscala

Permalink

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)

    Permalink

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]
  6. val appManager: ApplicationManager

    Permalink
  7. final def asInstanceOf[T0]: T0

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

    Permalink
  9. def byURL(url: URL): Screen

    Permalink
  10. def clone(): AnyRef

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

    Permalink
  12. def connection: Connection

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

    Permalink
  14. def createPath(path: String, args: Map[String, String] = Map.empty): String

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

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

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

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

    Permalink
  19. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. def getByURL(url: URL): Option[Screen]

    Permalink
  21. final def getClass(): Class[_]

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

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

    Permalink
  24. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  25. def logger: Logger

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

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  27. final def ne(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Attributes
    protected[org.hyperscala]
  31. var picklers: Vector[Pickler[_]]

    Permalink
    Attributes
    protected[org.hyperscala]
  32. macro def register[T]: Channel[T]

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

    Permalink
  34. val screenContentRequest: Channel[ScreenContentRequest]

    Permalink
  35. val screenContentResponse: Channel[ScreenContentResponse]

    Permalink
  36. def screens: Vector[Screen]

    Permalink
  37. macro def server[S <: Screen]: S

    Permalink
  38. val siteType: SiteType

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

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

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

    Permalink
  42. val urlChanged: Channel[URLChanged]

    Permalink
  43. final def wait(): Unit

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

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

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

Inherited from Logging

Inherited from BaseApplication

Inherited from Picklers

Inherited from AnyRef

Inherited from Any

Ungrouped