[gatein-commits] gatein SVN: r6309 - components/pc/trunk/api/src/main/java/org/gatein/pc/api.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Apr 20 16:36:52 EDT 2011


Author: chris.laprun at jboss.com
Date: 2011-04-20 16:36:51 -0400 (Wed, 20 Apr 2011)
New Revision: 6309

Modified:
   components/pc/trunk/api/src/main/java/org/gatein/pc/api/PortletContext.java
Log:
- Reformat javadoc so that it's more legible.

Modified: components/pc/trunk/api/src/main/java/org/gatein/pc/api/PortletContext.java
===================================================================
--- components/pc/trunk/api/src/main/java/org/gatein/pc/api/PortletContext.java	2011-04-20 17:01:38 UTC (rev 6308)
+++ components/pc/trunk/api/src/main/java/org/gatein/pc/api/PortletContext.java	2011-04-20 20:36:51 UTC (rev 6309)
@@ -85,12 +85,15 @@
     * <p>Interprets the specified identifier and splits it into Components that can then be used to create a
     * PortletContext.</p>
     * <p/>
-    * <ul>Currently supported formats: <li>portletContext := invokerId + {@link #INVOKER_SEPARATOR} + {@link #PREFIX} +
-    * applicationName + {@link #SEPARATOR} + portletName</li> <li>portletContext := invokerId + {@link
-    * #INVOKER_SEPARATOR} + arbitraryPortletName</li> <li>portletContext := {@link #PRODUCER_CLONE_ID_PREFIX} +
-    * portletName</li> <li>portletContext := {@link #CONSUMER_CLONE_ID_PREFIX} + portletName</li> <li>invokerId :=
-    * space* + (digit | letter)+ + (digit | letter | space)*</li> <li>applicationName := space* + (digit | letter)+ +
-    * (digit | letter | space)*</li> <li>portletName := space* + (digit | letter)+ + (digit | letter | space)*</li>
+    * <ul>Currently supported formats:
+    * <li>portletContext := invokerId + {@link #INVOKER_SEPARATOR} + {@link #PREFIX} + applicationName + {@link
+    * #SEPARATOR} + portletName</li>
+    * <li>portletContext := invokerId + {@link #INVOKER_SEPARATOR} + arbitraryPortletName</li>
+    * <li>portletContext := {@link #PRODUCER_CLONE_ID_PREFIX} + portletName</li>
+    * <li>portletContext := {@link #CONSUMER_CLONE_ID_PREFIX} + portletName</li>
+    * <li>invokerId := space* + (digit | letter)+ + (digit | letter | space)*</li>
+    * <li>applicationName := space* + (digit | letter)+ + (digit | letter | space)*</li>
+    * <li>portletName := space* + (digit | letter)+ + (digit | letter | space)*</li>
     * <li>arbitraryPortletName := ({@link #PREFIX} | {@link #PRODUCER_CLONE_ID_PREFIX} | {@link
     * #CONSUMER_CLONE_ID_PREFIX})? + portletName</li> </ul>
     *



More information about the gatein-commits mailing list