|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tapestry5.corelib.mixins.RenderNotification
@Events(value={"beginRender","afterRender"}) public class RenderNotification
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).
Events: |
---|
Constructor Summary | |
---|---|
RenderNotification()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RenderNotification()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |