JumarWeb (Jumar v0.1.0)
View SourceThe entrypoint for defining your web interface, such as controllers, components, channels, and so on.
This can be used in your application as:
use JumarWeb, :controller
use JumarWeb, :html
The definitions below will be executed for every controller, component, etc, so keep them short and clean, focused on imports, uses and aliases.
Do NOT define functions inside the quoted expressions below. Instead, define additional modules and import those modules here.
Summary
Functions
When used, dispatch to the appropriate controller/view/etc.
Returns Phoenix.Channel
helpers.
Returns controller helpers.
Returns a list of useful helpers when creating HTML templates.
Returns Phoenix.LiveComponent
helpers.
Returns Phoenix.LiveView
helpers.
Returns a list of router helpers.
Returns a list of folders and files in the priv/static
directory
that should be served publicly.
Adds verified route compile logic to the module.
Functions
When used, dispatch to the appropriate controller/view/etc.
Returns Phoenix.Channel
helpers.
Returns controller helpers.
Returns a list of useful helpers when creating HTML templates.
Returns Phoenix.LiveComponent
helpers.
Returns Phoenix.LiveView
helpers.
Returns a list of router helpers.
Returns a list of folders and files in the priv/static
directory
that should be served publicly.
Adds verified route compile logic to the module.