@Events(value={"beginRender","afterRender"}) @MixinAfter public class RenderNotification extends Object
BeginRender
and AfterRender
render phases.
The MarkupWriter
is passed as the event context. The most common use of this
is to handle the "afterRender" event to generate client-side JavaScript for content
just rendered via a Block
(this is a common Ajax use case related to partial
page rendering).Name | Description |
---|---|
afterRender | |
beginRender |
public RenderNotification()
${project.version} - Copyright © 2003-2015 The Apache Software Foundation.