You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sk...@apache.org on 2007/08/31 08:12:27 UTC

svn commit: r571384 - /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/requestParameterProvider/package.html

Author: skitching
Date: Thu Aug 30 23:12:26 2007
New Revision: 571384

URL: http://svn.apache.org/viewvc?rev=571384&view=rev
Log:
Add javadoc for requestParameterProvider package.

Added:
    myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/requestParameterProvider/package.html

Added: myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/requestParameterProvider/package.html
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/requestParameterProvider/package.html?rev=571384&view=auto
==============================================================================
--- myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/requestParameterProvider/package.html (added)
+++ myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/requestParameterProvider/package.html Thu Aug 30 23:12:26 2007
@@ -0,0 +1,10 @@
+<html>
+<body>
+This package provides the ability for objects to add query parameters to every URL output in
+the page being rendered. This is used by Orchestra internally to attach the "conversation 
+context id" to every link in a page (not just forms as a hidden field would do).
+<p>
+This feature is for the internal use of Orchestra only, and should not be used by external
+code; the API may change without notice.
+</body>
+</html>