class Orion::View::Renderer
- Orion::View::Renderer
- Reference
- Object
Included Modules
- Orion::Controller::RequestHelpers
- Orion::View::AssetTagHelpers
- Orion::View::CacheHelpers
- Orion::View::PartialHelpers
- Orion::View::Registry
Defined in:
Constructors
Instance Method Summary
- #__kilt_io__ : IO
- #config : Orion::Config::ReadOnly
- #controller_name : String
-
#request : Orion::Server::Request
The
HTTP::Request
object.
Instance methods inherited from module Orion::View::AssetTagHelpers
asset_path(file, *, extname : String? = nil)
asset_path,
asset_url(file : String, *, extname : String? = nil)
asset_url,
auto_discovery_link_tag(type : String, href, **attrs)
auto_discovery_link_tag,
image_path(src : String)
image_path,
image_tag(src : String, **attrs)
image_tag,
image_url(src : String)
image_url,
javascript_include_tag(src, **attrs)
javascript_include_tag,
javascript_path(file)
javascript_path,
javascript_url(file : String)
javascript_url,
stylesheet_link_tag(href, **attrs)
stylesheet_link_tag,
stylesheet_path(file)
stylesheet_path,
stylesheet_url(file : String)
stylesheet_url
Instance methods inherited from module Orion::Controller::RequestHelpers
format
format,
formats
formats,
host
host,
path_params
path_params,
query_params
query_params,
remote_address
remote_address,
request
request,
resource
resource
Constructor Detail
Instance Method Detail
def request : Orion::Server::Request
#
Description copied from module Orion::Controller::RequestHelpers
The HTTP::Request
object.