org.apache.tapestry.event
Interface PageBeginRenderListener
- All Superinterfaces:
- EventListener
- All Known Subinterfaces:
- PageRenderListener
- All Known Implementing Classes:
- ShowEngine, ShowProperties, ShowSpecification, TableFormPages, TableView, TreeView
public interface PageBeginRenderListener
- extends EventListener
Event listener for determining when a page is about to start rendering.
Rendering includes the replay of a form to handle form submissions.
- Since:
- 4.0
- Author:
- Howard M. Lewis Ship
pageBeginRender
void pageBeginRender(PageEvent event)
- Invoked before just before the page renders a response. This provides
listeners with a last chance to initialize themselves for the render.
This initialization can include modifying peristent page properties.
Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.