Overview
-
module Live-
class PageError < RuntimeErrorRaised when an operation requires an element to be bound to a page.
-
class ElementRepresents a single dynamic content area on the page.
-
class PageRepresents a connected client page with bound dynamic content areas.
-
class ResolverResolves a client-side tag into a server-side instance.
-
class View < ElementRepresents a single division of content on the page and provides helpers for rendering the content.
-