[Radiant] Core Page Render Methods

Alexander Horn alex.horn at gmail.com
Wed Oct 11 10:30:04 CDT 2006


Currently behaviors have access to render*() and parse*() methods:

Behavior::Base render/parse methods:

* process(request, response)
* render()
* render_part(part_name)
* render_snippet(snippet)
* render_text(text)
* parse(text)
* parse_object(object)

Question:

Are you relying on these methods listed above in your behavior?
In other words, do you redefine these methods inside your behavior class?

    1.2) If yes, which methods are you overwriting?
    1.1) What functionality do you intend to provide when altering
these methods?

Your response directs our efforts to redesign the page class. Thanks,

-- 
Alexander Horn
http://www2.truman.edu/~ah428



More information about the Radiant mailing list