View Source VacEngineWeb.Router.Helpers (Vac Engine v1.1.1)

Module with named helpers generated from VacEngineWeb.Router.

Link to this section Summary

Functions

Generates the path information including any necessary prefix.

Generates an integrity hash to a static asset given its file path.

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

api_key_path(conn_or_endpoint, action)

View Source
Link to this function

api_key_path(conn_or_endpoint, action, params)

View Source
Link to this function

api_key_path(conn_or_endpoint, action, role_id, params)

View Source
Link to this function

api_key_url(conn_or_endpoint, action)

View Source
Link to this function

api_key_url(conn_or_endpoint, action, params)

View Source
Link to this function

api_key_url(conn_or_endpoint, action, role_id, params)

View Source
Link to this function

api_pub_path(conn_or_endpoint, action, portal_id)

View Source
Link to this function

api_pub_path(conn_or_endpoint, action, portal_id, params)

View Source
Link to this function

api_pub_url(conn_or_endpoint, action, portal_id)

View Source
Link to this function

api_pub_url(conn_or_endpoint, action, portal_id, params)

View Source
Link to this function

export_path(conn_or_endpoint, action, blueprint_id)

View Source
Link to this function

export_path(conn_or_endpoint, action, blueprint_id, params)

View Source
Link to this function

export_url(conn_or_endpoint, action, blueprint_id)

View Source
Link to this function

export_url(conn_or_endpoint, action, blueprint_id, params)

View Source
Link to this function

live_dashboard_path(conn_or_endpoint, action)

View Source
Link to this function

live_dashboard_path(conn_or_endpoint, action, params)

View Source
Link to this function

live_dashboard_path(conn_or_endpoint, action, page, params)

View Source
Link to this function

live_dashboard_path(conn_or_endpoint, action, node, page, params)

View Source
Link to this function

live_dashboard_url(conn_or_endpoint, action)

View Source
Link to this function

live_dashboard_url(conn_or_endpoint, action, params)

View Source
Link to this function

live_dashboard_url(conn_or_endpoint, action, page, params)

View Source
Link to this function

live_dashboard_url(conn_or_endpoint, action, node, page, params)

View Source
Link to this function

login_path(conn_or_endpoint, action)

View Source
Link to this function

login_path(conn_or_endpoint, action, params)

View Source
Link to this function

login_path(conn_or_endpoint, action, token, params)

View Source
Link to this function

login_url(conn_or_endpoint, action)

View Source
Link to this function

login_url(conn_or_endpoint, action, params)

View Source
Link to this function

login_url(conn_or_endpoint, action, token, params)

View Source
Link to this function

logout_path(conn_or_endpoint, action)

View Source
Link to this function

logout_path(conn_or_endpoint, action, params)

View Source
Link to this function

logout_url(conn_or_endpoint, action)

View Source
Link to this function

logout_url(conn_or_endpoint, action, params)

View Source
Link to this function

maintenance_path(conn_or_endpoint, action)

View Source
Link to this function

maintenance_path(conn_or_endpoint, action, params)

View Source
Link to this function

maintenance_url(conn_or_endpoint, action)

View Source
Link to this function

maintenance_url(conn_or_endpoint, action, params)

View Source

Generates the path information including any necessary prefix.

Link to this function

static_integrity(endpoint, path)

View Source

Generates an integrity hash to a static asset given its file path.

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 function

user_path(conn_or_endpoint, action)

View Source
Link to this function

user_path(conn_or_endpoint, action, params)

View Source
Link to this function

user_path(conn_or_endpoint, action, user_id, params)

View Source
Link to this function

user_url(conn_or_endpoint, action)

View Source
Link to this function

user_url(conn_or_endpoint, action, params)

View Source
Link to this function

user_url(conn_or_endpoint, action, user_id, params)

View Source
Link to this function

welcome_path(conn_or_endpoint, action)

View Source
Link to this function

welcome_path(conn_or_endpoint, action, params)

View Source
Link to this function

welcome_url(conn_or_endpoint, action)

View Source
Link to this function

welcome_url(conn_or_endpoint, action, params)

View Source
Link to this function

workspace_blueprint_path(conn_or_endpoint, action, workspace_id)

View Source
Link to this function

workspace_blueprint_path(conn_or_endpoint, action, workspace_id, params)

View Source
Link to this function

workspace_blueprint_path(conn_or_endpoint, action, workspace_id, blueprint_id, params)

View Source
Link to this function

workspace_blueprint_url(conn_or_endpoint, action, workspace_id)

View Source
Link to this function

workspace_blueprint_url(conn_or_endpoint, action, workspace_id, params)

View Source
Link to this function

workspace_blueprint_url(conn_or_endpoint, action, workspace_id, blueprint_id, params)

View Source
Link to this function

workspace_dashboard_path(conn_or_endpoint, action, workspace_id)

View Source
Link to this function

workspace_dashboard_path(conn_or_endpoint, action, workspace_id, params)

View Source
Link to this function

workspace_dashboard_url(conn_or_endpoint, action, workspace_id)

View Source
Link to this function

workspace_dashboard_url(conn_or_endpoint, action, workspace_id, params)

View Source
Link to this function

workspace_path(conn_or_endpoint, action)

View Source
Link to this function

workspace_path(conn_or_endpoint, action, params)

View Source
Link to this function

workspace_path(conn_or_endpoint, action, workspace_id, params)

View Source
Link to this function

workspace_portal_path(conn_or_endpoint, action, workspace_id)

View Source
Link to this function

workspace_portal_path(conn_or_endpoint, action, workspace_id, params)

View Source
Link to this function

workspace_portal_path(conn_or_endpoint, action, workspace_id, portal_id, params)

View Source
Link to this function

workspace_portal_url(conn_or_endpoint, action, workspace_id)

View Source
Link to this function

workspace_portal_url(conn_or_endpoint, action, workspace_id, params)

View Source
Link to this function

workspace_portal_url(conn_or_endpoint, action, workspace_id, portal_id, params)

View Source
Link to this function

workspace_url(conn_or_endpoint, action)

View Source
Link to this function

workspace_url(conn_or_endpoint, action, params)

View Source
Link to this function

workspace_url(conn_or_endpoint, action, workspace_id, params)

View Source