You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-scm@portals.apache.org by ms...@apache.org on 2016/04/08 15:40:15 UTC

[03/34] portals-pluto git commit: Fixed documentation bugs in overview-html, ClientDataRequest.java, PortletListener.java

Fixed documentation bugs in overview-html, ClientDataRequest.java, PortletListener.java


Project: http://git-wip-us.apache.org/repos/asf/portals-pluto/repo
Commit: http://git-wip-us.apache.org/repos/asf/portals-pluto/commit/c19723e7
Tree: http://git-wip-us.apache.org/repos/asf/portals-pluto/tree/c19723e7
Diff: http://git-wip-us.apache.org/repos/asf/portals-pluto/diff/c19723e7

Branch: refs/heads/V3Prototype
Commit: c19723e731d633a1c51796e361c237bcbc543464
Parents: 16cb7b3
Author: Scott Nicklous <ms...@apache.org>
Authored: Thu Mar 10 16:31:13 2016 +0100
Committer: Scott Nicklous <ms...@apache.org>
Committed: Thu Mar 10 16:31:13 2016 +0100

----------------------------------------------------------------------
 portlet-api/src/main/java/javax/portlet/ClientDataRequest.java    | 3 ++-
 .../src/main/java/javax/portlet/annotations/PortletListener.java  | 2 +-
 portlet-api/src/main/javadoc/overview.html                        | 2 +-
 portlet-api/src/main/javadoc/portlet-api.css                      | 1 +
 4 files changed, 5 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/c19723e7/portlet-api/src/main/java/javax/portlet/ClientDataRequest.java
----------------------------------------------------------------------
diff --git a/portlet-api/src/main/java/javax/portlet/ClientDataRequest.java b/portlet-api/src/main/java/javax/portlet/ClientDataRequest.java
index e51a318..b5136ac 100644
--- a/portlet-api/src/main/java/javax/portlet/ClientDataRequest.java
+++ b/portlet-api/src/main/java/javax/portlet/ClientDataRequest.java
@@ -25,7 +25,8 @@
 package javax.portlet;
 
 /**
- * The <CODE>ClientDataRequest</CODE> represents the request information 
+ * <span class="changed_modified_3_0">The</span>
+ * <CODE>ClientDataRequest</CODE> represents the request information 
  * of the HTTP request issued from the client to the portal.<BR>
  * It extends the PortletRequest interface.
  * 

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/c19723e7/portlet-api/src/main/java/javax/portlet/annotations/PortletListener.java
----------------------------------------------------------------------
diff --git a/portlet-api/src/main/java/javax/portlet/annotations/PortletListener.java b/portlet-api/src/main/java/javax/portlet/annotations/PortletListener.java
index d5d9a99..77ead30 100644
--- a/portlet-api/src/main/java/javax/portlet/annotations/PortletListener.java
+++ b/portlet-api/src/main/java/javax/portlet/annotations/PortletListener.java
@@ -37,7 +37,7 @@ import static java.lang.annotation.RetentionPolicy.*;
  * The listener method will be invoked before a URL of the corresponding type is
  * generated.
  * <p>
- * The annotated method must implement the <code>PortletURLGenerationListener</code> interface.
+ * The annotated method must implement the <code>PortletListener</code> interface.
  * </div>
  *    
  * @see javax.portlet.PortletURLGenerationListener

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/c19723e7/portlet-api/src/main/javadoc/overview.html
----------------------------------------------------------------------
diff --git a/portlet-api/src/main/javadoc/overview.html b/portlet-api/src/main/javadoc/overview.html
index 1a8e986..4c1eaf7 100644
--- a/portlet-api/src/main/javadoc/overview.html
+++ b/portlet-api/src/main/javadoc/overview.html
@@ -28,7 +28,7 @@
     <a href="https://java.net/jira/browse/PORTLETSPEC3-64">PORTLETSPEC3-64</a>:
     {@link javax.portlet.PortletRequest#USER_AGENT PortletRequest#USER_AGENT}, 
     {@link javax.portlet.PortletRequest#getPortletContext() PortletRequest#getPortletContext()} and 
-    {@link javax.portlet.annotations.ClientDataRequest#getContentLengthLong() ClientDataRequest#getContentLengthLong()}.
+    {@link javax.portlet.ClientDataRequest#getContentLengthLong() ClientDataRequest#getContentLengthLong()}.
     Updated affected wrapper classes accordingly.
     </li>
     <li>

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/c19723e7/portlet-api/src/main/javadoc/portlet-api.css
----------------------------------------------------------------------
diff --git a/portlet-api/src/main/javadoc/portlet-api.css b/portlet-api/src/main/javadoc/portlet-api.css
index e144058..3a84aa1 100644
--- a/portlet-api/src/main/javadoc/portlet-api.css
+++ b/portlet-api/src/main/javadoc/portlet-api.css
@@ -514,6 +514,7 @@ h1.hidden {
 .indexContainer a[href*="PortletContext.html"],
 .indexContainer a[href*="PortletPreferences.html"],
 .indexContainer a[href*="GenericPortlet.html"],
+.indexContainer a[href*="ClientDataRequest.html"],
 .indexContainer a[href*="ActionRequest.html"],
 .indexContainer a[href*="ActionResponse.html"],
 .indexContainer a[href*="PortletResponse.html"],