org.hyperscala.web

Webpage

class Webpage[S <: Session] extends HttpHandler with HTMLPage with ModularPage[S] with Temporal with ParentLike[HTML]

Linear Supertypes
ParentLike[HTML], Temporal, Disposable, ModularPage[S], HTMLPage, Page, Logging, LoggingCore, Updatable, Listenable, HttpHandler, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Webpage
  2. ParentLike
  3. Temporal
  4. Disposable
  5. ModularPage
  6. HTMLPage
  7. Page
  8. Logging
  9. LoggingCore
  10. Updatable
  11. Listenable
  12. HttpHandler
  13. AnyRef
  14. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Webpage(website: Website[S])

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def asynchronousLogging: Boolean

    Attributes
    protected
    Definition Classes
    LoggingCore
  8. def body: Body

    Definition Classes
    Webpage → HTMLPage
  9. def byId[T <: Tag](id: String)(implicit manifest: Manifest[T]): Option[T]

  10. def byName[T <: HTMLTag](name: String)(implicit manifest: Manifest[T]): Stream[T]

  11. def byTag[T <: HTMLTag](implicit manifest: Manifest[T]): Stream[T]

  12. def checkIn(): Unit

    Definition Classes
    Webpage → Temporal
  13. val childAdded: ChildAddedProcessor

  14. val childRemoved: ChildRemovedProcessor

  15. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  16. val created: Long

    Definition Classes
    Temporal
  17. def debug(message: ⇒ Any): Unit

    Definition Classes
    Logging
  18. def defaultTitle: String

  19. def dispose(): Unit

    Definition Classes
    Webpage → Disposable
  20. final def disposed: Boolean

    Definition Classes
    Temporal
  21. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  23. def error(message: ⇒ Any, t: Throwable): Unit

    Definition Classes
    Logging
  24. def error(message: ⇒ Any): Unit

    Definition Classes
    Logging
  25. def errorSupport[R](f: ⇒ R): Option[R]

    Error Support wraps the supplied function so if an exception is thrown while invoking it will be properly reported via the pageError method.

    Error Support wraps the supplied function so if an exception is thrown while invoking it will be properly reported via the pageError method.

    f

    the function to execute.

  26. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  27. def getById[T <: Tag](id: String)(implicit manifest: Manifest[T]): T

  28. final def getClass(): Class[_]

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

    Definition Classes
    AnyRef → Any
  30. def head: Head

    Definition Classes
    Webpage → HTMLPage
  31. lazy val hierarchicalChildren: List[HTML]

    Attributes
    protected
    Definition Classes
    Webpage → ParentLike
  32. def html: HTML

    Definition Classes
    Webpage → HTMLPage
  33. def info(message: ⇒ Any): Unit

    Definition Classes
    Logging
  34. val intercept: MarkupIntercepting

    Definition Classes
    Page
  35. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  36. final def lifetime: Double

    Definition Classes
    Temporal
  37. def listen[Event, Response, Result](name: String, priority: Priority, modes: ListenMode*)(f: (Event) ⇒ Response)(implicit eventManifest: Manifest[Event]): FunctionalListener[Event, Response]

    Definition Classes
    Listenable
  38. val listeners: Listeners

    Definition Classes
    Listenable
  39. def live[T <: HTMLTag](f: (T) ⇒ Unit)(implicit manifest: Manifest[T]): FunctionalListener[Markup, Unit]

    Invokes the supplied function on all matching tags immediately and invokes on all new tags created at init time.

    Invokes the supplied function on all matching tags immediately and invokes on all new tags created at init time.

    T

    the filtered tag type to apply to the function

    f

    the function to invoke

    manifest

    defines the erasured generic type of the matching T

  40. def log(level: Level, message: ⇒ Any): Unit

    Definition Classes
    LoggingCore
  41. val logger: InnerLogging

    Definition Classes
    LoggingCore
  42. def loggingClassName: String

    Attributes
    protected
    Definition Classes
    LoggingCore
  43. implicit def manifest: Manifest[S]

  44. def module(name: String): Option[Interface]

    Definition Classes
    ModularPage
  45. val modulesLoaded: TokenProcessor

    Definition Classes
    ModularPage
  46. val modulesLoading: TokenProcessor

    Definition Classes
    ModularPage
  47. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  50. def onReceive(request: HttpRequest, response: HttpResponse): HttpResponse

    Definition Classes
    Webpage → HttpHandler
  51. def pageError(t: Throwable): Unit

    Pages should invoke this if an exception has been thrown to allow the webpage to gracefully handle the error.

    Pages should invoke this if an exception has been thrown to allow the webpage to gracefully handle the error.

    t

    the throwable thrown

  52. val pageId: String

  53. def pageLoaded(): Unit

    Called after the page is (re)loaded.

  54. val pageLoadedEvent: StandardHierarchyEventProcessor[Webpage[S]]

  55. def pageLoading(): Unit

    Called before the page is (re)loaded.

  56. val pageLoadingEvent: StandardHierarchyEventProcessor[Webpage[S]]

  57. def parentIntercept: MarkupIntercepting

    Attributes
    protected
    Definition Classes
    Page
  58. def rendered: Boolean

    Definition Classes
    Webpage → Page
  59. def require(interface: Interface, default: Module): Unit

    Definition Classes
    ModularPage
  60. def require(interface: Interface): Unit

    Definition Classes
    ModularPage
  61. def require(name: String): Unit

    Definition Classes
    ModularPage
  62. def session(f: ⇒ Unit): FunctionalListener[Webpage[S], Unit]

    Invokes the supplied function once-per session at page loading time.

    Invokes the supplied function once-per session at page loading time.

    f

    the function to invoke

  63. final def stale: Double

    Definition Classes
    Temporal
  64. val store: MapStorage[Any, Any]

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

    Definition Classes
    AnyRef
  66. implicit val thisListenable: Listenable

    Definition Classes
    Listenable
  67. def timeout: Double

    The amount of time in seconds this webpage will continue to be cached in memory without any communication.

    The amount of time in seconds this webpage will continue to be cached in memory without any communication.

    Defaults to 2 minutes.

    Definition Classes
    Webpage → Temporal
  68. def title: PropertyAttribute[String]

  69. def toString(): String

    Definition Classes
    AnyRef → Any
  70. def trace(message: ⇒ Any): Unit

    Definition Classes
    Logging
  71. def update(delta: Double): Unit

    Definition Classes
    Temporal → Updatable
  72. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  75. def warn(message: ⇒ Any, t: Throwable): Unit

    Definition Classes
    Logging
  76. def warn(message: ⇒ Any): Unit

    Definition Classes
    Logging
  77. val website: Website[S]

Inherited from ParentLike[HTML]

Inherited from Temporal

Inherited from Disposable

Inherited from ModularPage[S]

Inherited from HTMLPage

Inherited from Page

Inherited from Logging

Inherited from LoggingCore

Inherited from Updatable

Inherited from Listenable

Inherited from HttpHandler

Inherited from AnyRef

Inherited from Any

Ungrouped