Attaches the page to the {@link IEngine engine}. This method is used when a pooled page is claimed for use with a particular engine; it will stay attached to the engine until the end of the current request cycle, then be returned to the pool.
This method is rarely overriden; to initialize page properties before a render, override {@link #beginResponse(IMarkupWriter,IRequestCycle)}.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.