Class: LinkRenderer (Radiant::Pagination)

Overview
Module Structure
Class Hierarchy
Instance Methods
LinkRenderer#initialize / 1
LinkRenderer#to_html
LinkRenderer#page_link / 3
LinkRenderer#page_span / 3
is a submodule of
module: Pagination ( Radiant )
has modular siblings
module: Controller   
inherits from
  LinkRenderer ( WillPaginate )
has properties
method: initialize / 1   
method: to_html   
method: page_link / 3   
method: page_span / 3   
is defined at
#7 in lib/radiant/pagination/link_renderer.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: WillPaginate
class: LinkRenderer     
  module: Radiant
  module: Pagination
class: LinkRenderer     
module: Controller     

Class Hierarchy

Object ( Builtin-Module )
has properties
class method: descendants   
method: presence   
LinkRenderer ( WillPaginate )
LinkRenderer ( Radiant::Pagination )
has properties
method: initialize / 1   
method: to_html   
method: page_link / 3   
method: page_span / 3   

Instance Methods

LinkRenderer#initialize / 1

#8 in lib/radiant/pagination/link_renderer.rb

initialize ( url_stem )

LinkRenderer#to_html

#12 in lib/radiant/pagination/link_renderer.rb

to_html

LinkRenderer#page_link / 3

#22 in lib/radiant/pagination/link_renderer.rb

page_link ( page ,
  text ,
  attributes = {} )

LinkRenderer#page_span / 3

#29 in lib/radiant/pagination/link_renderer.rb

page_span ( page ,
  text ,
  attributes = {} )