Liking cljdoc? Tell your friends :D

web.presentation.core

web.presentation interfaces.

web.presentation interfaces.
raw docstring

No vars found in this namespace.

web.presentation.Presentation

The Presentation can be defined as two possible user agents in context: Controlling user agent and Receiving user agent.

The Presentation can be defined as two possible user agents in
context: Controlling user agent and Receiving user agent.
raw docstring

web.presentation.PresentationAvailability

A PresentationAvailability object is associated with available displays and represents the presentation display availability a presentation request. If the controlling user agent can monitor list of available presentation displays in the background (without pending request to start()), the PresentationAvailability object be implemented in a controlling browsing context.

A PresentationAvailability object is associated with available
displays and represents the presentation display availability
a presentation request. If the controlling user agent can monitor
list of available presentation displays in the background (without
pending request to start()), the PresentationAvailability object
be implemented in a controlling browsing context.
raw docstring

web.presentation.PresentationConnection

The PresentationConnection interface of the Presentation API methods and properties for managing a single presentation. Each connection is represented by a PresentationConnection object. the controlling user agent and receiving user agent MUST implement

The PresentationConnection interface of the Presentation API
methods and properties for managing a single presentation. Each
connection is represented by a PresentationConnection object.
the controlling user agent and receiving user agent MUST implement
raw docstring

web.presentation.PresentationConnectionAvailableEvent

The PresentationConnectionAvailableEvent interface of the Presentation is fired on a web.presentation.PresentationRequest when a connection with the object is created.

The PresentationConnectionAvailableEvent interface of the Presentation
is fired on a `web.presentation.PresentationRequest` when a connection
with the object is created.
raw docstring

web.presentation.PresentationConnectionCloseEvent

The PresentationConnectionCloseEvent interface of the Presentation is fired on a web.presentation.PresentationConnection when is closed.

The PresentationConnectionCloseEvent interface of the Presentation
is fired on a `web.presentation.PresentationConnection` when
is closed.
raw docstring

web.presentation.PresentationConnectionList

PresentationConnectionList is the collection of incoming presentation

PresentationConnectionList is the collection of incoming presentation
raw docstring

web.presentation.PresentationReceiver

The PresentationReceiver interface of the the Presentation API a means for a receiving browsing context to access controlling contexts and communicate with them.

The PresentationReceiver interface of the the Presentation API
a means for a receiving browsing context to access controlling
contexts and communicate with them.
raw docstring

web.presentation.PresentationRequest

A PresentationRequest object is used to initiate or reconnect a presentation made by a controlling browsing context. The PresentationRequest MUST be implemented in a controlling browsing context provided a controlling user agent.

A PresentationRequest object is used to initiate or reconnect
a presentation made by a controlling browsing context. The PresentationRequest
MUST be implemented in a controlling browsing context provided
a controlling user agent.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close