Presto v0.1.2 Presto.Page behaviour View Source
Link to this section Summary
Functions
Returns a specification to start this module under a supervisor
Performs an update operation by calling update(message, model)
on the page_module module from init
Initializes state with the page_module and initial model from
start_link
Sends an update message to the page, returning the newly rendered content
Starts a Presto.Page
GenServer
Sends an update message to the page, returning the newly rendered content
Link to this section Types
Link to this section Functions
Returns a specification to start this module under a supervisor.
See Supervisor
.
Performs an update operation by calling update(message, model)
on the page_module module from init
Initializes state with the page_module and initial model from
start_link
Sends an update message to the page, returning the newly rendered content.
Starts a Presto.Page
GenServer
Sends an update message to the page, returning the newly rendered content.