org.apache.tapestry5.corelib.mixins
Class RenderNotification
java.lang.Object
org.apache.tapestry5.corelib.mixins.RenderNotification
@Events(value={"beginRender","afterRender"})
public class RenderNotification
- extends Object
This mixin triggers event notifcations to identify when it enters
the 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).
- Since:
- 5.2.0
- afterRender
- beginRender
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RenderNotification
public RenderNotification()
Copyright © 2003-2012 The Apache Software Foundation.