Class: Lapillus::BookmarkableWebpage

Inherits:
Webpage show all
Defined in:
lib/lapillus/containers.rb

Overview

TODO: merge constructor of BookmarkableWebpage and the standard Webpage class

Instance Attribute Summary

Attributes inherited from Container

#components

Attributes inherited from Component

#behaviours, #identifier, #model, #property, #visible

Instance Method Summary collapse

Methods inherited from Webpage

#default_htmlfile, #render_2

Methods inherited from Container

#[], #add, add_component, #component, fileuploadfield, image, label, listview, panel, password_textfield, #post, #render_children, textarea, textfield

Methods inherited from Component

#add_behaviour, #behaviour, #has_behaviour?, #has_model?, #has_parent?, #parent, #path, #response_page=, #session, #value, #webpage

Methods inherited from RenderableComponent

#on_render, #render_behaviours, #render_children, #render_component, #render_container, #render_to_element, #visible?

Constructor Details

#initialize(page_parameters = ) ⇒ BookmarkableWebpage

Returns a new instance of BookmarkableWebpage.



158
159
160
# File 'lib/lapillus/containers.rb', line 158

def initialize(page_parameters=Hash[])
  super()
end