ACL v0.4.0 AclWeb.Router.Helpers View Source
Module with named helpers generated from AclWeb.Router.
Link to this section Summary
Functions
Generates the path information including any necessary prefix
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
Link to this section Functions
Link to this function
path(data, path) View Source
Generates the path information including any necessary prefix.
Link to this function
rule_path(conn_or_endpoint, action) View Source
Link to this function
rule_path(conn_or_endpoint, action, params) View Source
Link to this function
rule_url(conn_or_endpoint, action) View Source
Link to this function
rule_url(conn_or_endpoint, action, params) View Source
Link to this function
static_path(conn, path) View Source
Generates path to a static asset given its file path.
Link to this function
static_url(conn, path) View Source
Generates url to a static asset given its file path.
Link to this function
url(data) View Source
Generates the connection/endpoint base URL without any path information.