CVS: Tapestry/framework/src/net/sf/tapestry IEngine.java,1.11,1.11.2.1
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
In directory sc8-pr-cvs1:/tmp/cvs-serv32677/framework/src/net/sf/tapestry
Modified Files:
Tag: hship-2-3
IEngine.java
Log Message:
Finish up code and tests for dynamically locating page specifications and templates.
Index: IEngine.java
===================================================================
RCS file: /cvsroot/tapestry/Tapestry/framework/src/net/sf/tapestry/IEngine.java,v
retrieving revision 1.11
retrieving revision 1.11.2.1
diff -C2 -d -r1.11 -r1.11.2.1
*** IEngine.java 27 Nov 2002 17:58:45 -0000 1.11
--- IEngine.java 12 Dec 2002 12:42:39 -0000 1.11.2.1
***************
*** 10,13 ****
--- 10,14 ----
import net.sf.tapestry.spec.IApplicationSpecification;
import net.sf.tapestry.util.io.DataSqueezer;
+ import net.sf.tapestry.util.pool.Pool;
/**
***************
*** 316,319 ****
--- 317,333 ----
public IPropertySource getPropertySource();
+
+ /**
+ * Returns a {@link net.sf.tapestry.util.pool.Pool} that is used
+ * to store all manner of objects that are needed throughout the system.
+ * This is the best way to deal with objects that are both expensive to
+ * create and not threadsafe. The reset service
+ * will clear out this Pool.
+ *
+ * @since 2.4
+ *
+ **/
+
+ public Pool getPool();
}
-------------------------------------------------------
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/