[gatein-commits] gatein SVN: r3342 - components/wsrp/trunk/producer/src/main/java/org/gatein/wsrp/producer/config.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Jun 15 18:27:28 EDT 2010


Author: chris.laprun at jboss.com
Date: 2010-06-15 18:27:28 -0400 (Tue, 15 Jun 2010)
New Revision: 3342

Modified:
   components/wsrp/trunk/producer/src/main/java/org/gatein/wsrp/producer/config/ProducerConfiguration.java
Log:
- Minor javadoc fix.

Modified: components/wsrp/trunk/producer/src/main/java/org/gatein/wsrp/producer/config/ProducerConfiguration.java
===================================================================
--- components/wsrp/trunk/producer/src/main/java/org/gatein/wsrp/producer/config/ProducerConfiguration.java	2010-06-15 22:22:01 UTC (rev 3341)
+++ components/wsrp/trunk/producer/src/main/java/org/gatein/wsrp/producer/config/ProducerConfiguration.java	2010-06-15 22:27:28 UTC (rev 3342)
@@ -62,14 +62,13 @@
    /**
     * Indicates whether or not the Producer requires the Consumer to assist with cookie support of the HTTP protocol.
     * Supported values and semantics: <ul> <li>{@link org.oasis.wsrp.v2.CookieProtocol#NONE}: The Producer does not need
-    * the Consumer to ever invoke {@link org.oasis.wsrp.v2.WSRPV1MarkupPortType#initCookie(org.oasis.wsrp.v2.RegistrationContext)}.</li>
-    * <li>{@link org.oasis.wsrp.v2.CookieProtocol#PER_USER}: The Consumer MUST invoke {@link
-    * org.oasis.wsrp.v2.WSRPV1MarkupPortType#initCookie(org.oasis.wsrp.v2.RegistrationContext)} once per user of the
-    * Consumer, and associate any returned cookies with subsequent invocations on behalf of that user.</li> <li>{@link
-    * org.oasis.wsrp.v2.CookieProtocol#PER_GROUP}: The Consumer MUST invoke {@link org.oasis.wsrp.v2.WSRPV1MarkupPortType#initCookie(org.oasis.wsrp.v2.RegistrationContext)}
-    * once per unique groupID from the PortletDescriptions for the Portlets it is aggregating on a page for each user of
-    * the Consumer, and associate any returned cookies with subsequent invocations on behalf of that user targeting
-    * Portlets with identical groupIDs.</li> </ul>
+    * the Consumer to ever invoke {@link org.oasis.wsrp.v2.WSRPV2MarkupPortType#initCookie}.</li> <li>{@link
+    * org.oasis.wsrp.v2.CookieProtocol#PER_USER}: The Consumer MUST invoke {@link org.oasis.wsrp.v2.WSRPV2MarkupPortType#initCookie}
+    * once per user of the Consumer, and associate any returned cookies with subsequent invocations on behalf of that
+    * user.</li> <li>{@link org.oasis.wsrp.v2.CookieProtocol#PER_GROUP}: The Consumer MUST invoke {@link
+    * org.oasis.wsrp.v2.WSRPV2MarkupPortType#initCookie} once per unique groupID from the PortletDescriptions for the
+    * Portlets it is aggregating on a page for each user of the Consumer, and associate any returned cookies with
+    * subsequent invocations on behalf of that user targeting Portlets with identical groupIDs.</li> </ul>
     *
     * @return the level of cookie support required from the Consumer
     */



More information about the gatein-commits mailing list