Aadya v0.1.0 Aadya.Web.Router.Helpers View Source

Module with named helpers generated from Aadya.Web.Router.

Link to this section Summary

Link to this section Functions

Link to this function buffer_path(conn_or_endpoint, action) View Source
Link to this function buffer_path(conn_or_endpoint, action, params) View Source
Link to this function buffer_url(conn_or_endpoint, action) View Source
Link to this function buffer_url(conn_or_endpoint, action, params) View Source
Link to this function log_path(conn_or_endpoint, action) View Source
Link to this function log_path(conn_or_endpoint, action, params) View Source
Link to this function log_url(conn_or_endpoint, action) View Source
Link to this function log_url(conn_or_endpoint, action, params) View Source
Link to this function nodes_path(conn_or_endpoint, action) View Source
Link to this function nodes_path(conn_or_endpoint, action, params) View Source
Link to this function nodes_url(conn_or_endpoint, action) View Source
Link to this function nodes_url(conn_or_endpoint, action, params) View Source
Link to this function observer_path(conn_or_endpoint, action) View Source
Link to this function observer_path(conn_or_endpoint, action, params) View Source
Link to this function observer_url(conn_or_endpoint, action) View Source
Link to this function observer_url(conn_or_endpoint, action, params) View Source
Link to this function page_path(conn_or_endpoint, action) View Source
Link to this function page_path(conn_or_endpoint, action, params) View Source
Link to this function page_url(conn_or_endpoint, action) View Source
Link to this function page_url(conn_or_endpoint, action, params) View Source

Generates the path information including any necessary prefix.

Link to this function resources_path(conn_or_endpoint, action) View Source
Link to this function resources_path(conn_or_endpoint, action, params) View Source
Link to this function resources_url(conn_or_endpoint, action) View Source
Link to this function resources_url(conn_or_endpoint, action, params) View Source

Generates path to a static asset given its file path.

Generates url to a static asset given its file path.

Generates the connection/endpoint base URL without any path information.