What is Called and When
This page demonstrates what methods are called, and when, in various situations.
It provides, and logs, every page lifecycle method, several render phase methods, and every component event handler method.
Here is what you will see in the logs if you configure log4j to record this page at debug level:
When this page is first instantiated . | pageLoaded()
|
---|---|
When Tapestry creates a URL to this page . Eg. as it renders a PageLink to this page. | …onPassivate() …Tapestry creates a URL to the page pageDetached()
|
In response to a render request .
| pageAttached()
|
In response to request from ActionLink . Eg. Home | pageAttached()
|
In response to request from EventLink . Eg. Home | pageAttached()
|
Eg. | pageAttached()
|
Message: This message is generated by getMessage().
还没有评论,来说两句吧...