CVS: Tapestry/framework/src/net/sf/tapestry/pageload PageSource.java,1.13.2.5,1.13.2.6
Howard Lewis Ship <[email protected]>
| Newsgroups | gmane.comp.java.tapestry.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/tapestry/Tapestry/framework/src/net/sf/tapestry/pageload
In directory sc8-pr-cvs1:/tmp/cvs-serv32418/framework/src/net/sf/tapestry/pageload
Modified Files:
Tag: hship-2-3
PageSource.java
Log Message:
Require a IMonitor instance for each request.
Provide a shared null IMonitor implementation.
Allow a monitor to be specified as an application extension.
Add ability to check type of extension.
Index: PageSource.java
===================================================================
RCS file: /cvsroot/tapestry/Tapestry/framework/src/net/sf/tapestry/pageload/PageSource.java,v
retrieving revision 1.13.2.5
retrieving revision 1.13.2.6
diff -C2 -d -r1.13.2.5 -r1.13.2.6
*** PageSource.java 15 Dec 2002 16:26:13 -0000 1.13.2.5
--- PageSource.java 16 Dec 2002 12:56:35 -0000 1.13.2.6
***************
*** 160,165 ****
if (result == null)
{
! if (monitor != null)
! monitor.pageCreateBegin(pageName);
if (_pageSpecificationResolver == null)
--- 160,164 ----
if (result == null)
{
! monitor.pageCreateBegin(pageName);
if (_pageSpecificationResolver == null)
***************
*** 188,193 ****
}
! if (monitor != null)
! monitor.pageCreateEnd(pageName);
}
else
--- 187,191 ----
}
! monitor.pageCreateEnd(pageName);
}
else
-------------------------------------------------------
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility
Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/