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

Methods inherited from Container

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

Methods inherited from Component

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

Constructor Details

#initialize(page_parameters = ) ⇒ BookmarkableWebpage

Returns a new instance of BookmarkableWebpage.



165
166
167
# File 'lib/lapillus/containers.rb', line 165

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