Class Ezamar::RenderPartial
In: lib/ezamar/render_partial.rb
Parent: Object

A transformer for <render /> tags.

Setup:

    pipeline = Ramaze::Template::Ezamar::TRANSFORM_PIPELINE
    pipeline.put_after(::Ezamar::Element, ::Ezamar::RenderPartial)
    pipline.uniq!

See /examples/basic/partial.rb for usage.

Methods

transform  

Public Class methods

Renders <render src="/path" [optional="option", …]> in place.

Other options than `src` will be transformed to session parameters for the rendered action to use.

[Validate]