Class | WPM::Component |
In: |
lib_wpm/wpm.rb
|
Parent: | Object |
memo: event flow. (1) call WPM::Component#compile -> building a tree of components. (2) call WPM::Component#setup -> setup each component. (3) call WPM::Component#run -> executing actions at each component. (4) call WPM::Component#make_page -> building a page from a tree of components.
parent_component | [RW] |