Author: atsebro
Date: 2008-05-14 05:21:23 -0400 (Wed, 14 May 2008)
New Revision: 8567
Modified:
trunk/docs/userguide/en/src/main/docbook/modules/AUGWADParams.xml
Log:
RF-3347--New init parameter
Modified: trunk/docs/userguide/en/src/main/docbook/modules/AUGWADParams.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/modules/AUGWADParams.xml 2008-05-14 00:33:20
UTC (rev 8566)
+++ trunk/docs/userguide/en/src/main/docbook/modules/AUGWADParams.xml 2008-05-14 09:21:23
UTC (rev 8567)
@@ -135,9 +135,18 @@
<entry>none</entry>
<entry>
This variable just defines prefix which is added to URIs of generated
resources.
- This prefix designed to handle Rich Faces generated resources requests.
+ This prefix designed to handle Rich Faces generated resources requests
</entry>
</row>
+
+ <row>
+ <entry>org.ajax4jsf.DEFAULT_EXPIRE</entry>
+ <entry>86400</entry>
+ <entry>
+ Defines in seconds how long streamed back to browser resources can be
cached
+ </entry>
+ </row>
+
</tbody>
</tgroup>
</table>