quintonm 2003/03/21 14:22:34
Modified: conf/master TurbineResources.master
conf TurbineResources.properties
Log:
Added the new SessionData pull tool as a session scope tool.
Revision Changes Path
1.37 +8 -4 jakarta-turbine-2/conf/master/TurbineResources.master
Index: TurbineResources.master
===================================================================
RCS file: /home/cvs/jakarta-turbine-2/conf/master/TurbineResources.master,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- TurbineResources.master 13 Mar 2003 15:27:47 -0000 1.36
+++ TurbineResources.master 21 Mar 2003 22:22:33 -0000 1.37
@@ -443,10 +443,10 @@
#
# authorized: tool is instantiated once for each user session once the
# user logs in. After this, it is a normal session tool.
-#
+#
# persistent: tool is instantitated once for each user session once
-# the user logs in and is is stored in the user's permanent
-# hashtable.
+# the user logs in and is is stored in the user's permanent
+# hashtable.
# This means for a logged in user the tool will be persisted
# in the user's objectdata. Tool should be threadsafe and
# Serializable.
@@ -461,6 +461,10 @@
#This pull tool is to allow for easy formatting of Date object into Strings
tool.request.dateFormatter=org.apache.turbine.services.pull.util.DateFormatter
+
+# Use this tool if you need a place to store data that will persist between
+# requests. Any data stored using this tool will be stored in the session.
+tool.session.sessionData=org.apache.turbine.services.pull.util.SessionData
# These are intake tools.
#tool.request.om=org.apache.turbine.om.OMTool
1.38 +8 -4 jakarta-turbine-2/conf/TurbineResources.properties
Index: TurbineResources.properties
===================================================================
RCS file: /home/cvs/jakarta-turbine-2/conf/TurbineResources.properties,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- TurbineResources.properties 13 Mar 2003 15:27:47 -0000 1.37
+++ TurbineResources.properties 21 Mar 2003 22:22:33 -0000 1.38
@@ -443,10 +443,10 @@
#
# authorized: tool is instantiated once for each user session once the
# user logs in. After this, it is a normal session tool.
-#
+#
# persistent: tool is instantitated once for each user session once
-# the user logs in and is is stored in the user's permanent
-# hashtable.
+# the user logs in and is is stored in the user's permanent
+# hashtable.
# This means for a logged in user the tool will be persisted
# in the user's objectdata. Tool should be threadsafe and
# Serializable.
@@ -461,6 +461,10 @@
#This pull tool is to allow for easy formatting of Date object into Strings
tool.request.dateFormatter=org.apache.turbine.services.pull.util.DateFormatter
+
+# Use this tool if you need a place to store data that will persist between
+# requests. Any data stored using this tool will be stored in the session.
+tool.session.sessionData=org.apache.turbine.services.pull.util.SessionData
# These are intake tools.
#tool.request.om=org.apache.turbine.om.OMTool
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]