
Jifty::Plugin::Halo - Provides halos

This plugin provides http://seaside.st|Seasidesque halos for your application. It's included by default when using Jifty with DevelMode turned on.
Only enable halos in DevelMode. Add our instrumentation to Template::Declare.
This is called to instrument Template::Declare templates. We also draw a halo around the template itself.
This will give you the halo header which includes links to the various information displays for this template.
This will give you the halo footer which includes the actual information to be displayed when the user pokes the halo.
Gives you a new frame for storing halo information.
Creates and pushes a frame onto the render stack. Mason's halos do not support "around"ing a component, so we fake it with an explicit stack.
This also triggers halo_pre_template for plugins adding halo data.
Pops a frame off the render stack. Mason's halos do not support "around"ing a component, so we fake it with an explicit stack.
This also triggers halo_post_template for plugins adding halo data.
Returns true if the given FRAME should not have a halo around it.