jvanzyl 01/07/10 09:29:56
Modified: src/java/org/apache/turbine RunData.java
Log:
- just adding a note that i can pick off with a filter.
Revision Changes Path
1.2 +7 -1 jakarta-turbine/src/java/org/apache/turbine/RunData.java
Index: RunData.java
===================================================================
RCS file: /home/cvs/jakarta-turbine/src/java/org/apache/turbine/RunData.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- RunData.java 2001/07/10 01:09:18 1.1
+++ RunData.java 2001/07/10 16:29:49 1.2
@@ -88,7 +88,7 @@
* @author <a href="mailto:[EMAIL PROTECTED]">Jon S. Stevens</a>
* @author <a href="mailto:[EMAIL PROTECTED]">Bernie Hoeneisen</a>
* @author <a href="mailto:[EMAIL PROTECTED]">Daniel Rall</a>
- * @version $Id: RunData.java,v 1.1 2001/07/10 01:09:18 jvanzyl Exp $
+ * @version $Id: RunData.java,v 1.2 2001/07/10 16:29:49 jvanzyl Exp $
*/
public interface RunData
{
@@ -252,6 +252,12 @@
* @param screen a string.
*/
public void setScreen(String screen);
+
+ //!! This should be changed to getTargetTemplate
+ // as a template will start the whole display pipeline
+ // in the classic pipeline the 'screen' template which
+ // is specified by the 'template' parameters starts
+ // the whole chain of events. jvz
/**
* Convenience method for a template info that
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]