class Orion::View::Renderer

Included Modules

Defined in:

Constructors

Instance Method Summary

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

def self.new(controller : Orion::Controller) #

Instance Method Detail

def __kilt_io__ : IO #

def config : Orion::Config::ReadOnly #

def controller_name : String #

def request : Orion::Server::Request #
Description copied from module Orion::Controller::RequestHelpers

The HTTP::Request object.