Class: Lapillus::BookmarkableWebpage
- Inherits:
-
Webpage
- Object
- RenderableComponent
- Component
- Container
- Webpage
- Lapillus::BookmarkableWebpage
- Defined in:
- lib/lapillus/containers.rb
Overview
TODO: merge constructor of BookmarkableWebpage and the standard Webpage class
Instance Attribute Summary
Attributes inherited from Container
Attributes inherited from Component
#behaviours, #identifier, #model, #property, #visible
Instance Method Summary collapse
-
#initialize(page_parameters = ) ⇒ BookmarkableWebpage
constructor
A new instance of BookmarkableWebpage.
Methods inherited from Webpage
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 |