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 dd...@apache.org on 2004/07/30 14:38:25 UTC

cvs commit: jakarta-pluto/portal/src/java/org/apache/pluto/portalImpl/aggregation PortletFragment.java

ddewolf     2004/07/30 05:38:25

  Modified:    portal/src/java/org/apache/pluto/portalImpl/aggregation
                        PortletFragment.java
  Log:
  Cleaning up javadocs for javadoc report.
  
  Revision  Changes    Path
  1.9       +10 -10    jakarta-pluto/portal/src/java/org/apache/pluto/portalImpl/aggregation/PortletFragment.java
  
  Index: PortletFragment.java
  ===================================================================
  RCS file: /home/cvs/jakarta-pluto/portal/src/java/org/apache/pluto/portalImpl/aggregation/PortletFragment.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- PortletFragment.java	11 May 2004 15:40:51 -0000	1.8
  +++ PortletFragment.java	30 Jul 2004 12:38:25 -0000	1.9
  @@ -288,21 +288,21 @@
   		private List availablePortletWindowStates = new ArrayList();
   
   		/**
  -		 * @return
  +		 * @return portlet title.
   		 */
   		public String getTitle() {
   			return title;
   		}
   
   		/**
  -		 * @param string
  +		 * @param string representing the new title.
   		 */
   		public void setTitle(String string) {
   			title = string;
   		}
   
   		/**
  -		 * @return
  +		 * @return available modes
   		 */
   		public List getAvailablePortletModes() {
   			return availablePortletModes;
  @@ -314,7 +314,7 @@
   		}
   
   		/**
  -		 * @return
  +		 * @return list of all available portlet states.
   		 */
   		public List getAvailablePortletWindowStates() {
   			return availablePortletWindowStates;
  @@ -354,7 +354,7 @@
   			this.isCurrent = isCurrent;
   		}
   		/**
  -		 * @return
  +		 * @return the label.
   		 */
   		public String getLabel() {
   			return label;
  @@ -368,14 +368,14 @@
   		}
   
   		/**
  -		 * @return
  +		 * @return current indicator.
   		 */
   		public boolean isCurrent() {
   			return isCurrent;
   		}
   
   		/**
  -		 * @return
  +		 * @return url
   		 */
   		public String getUrl() {
   			return url;
  @@ -413,21 +413,21 @@
   		}
   
   		/**
  -		 * @return
  +		 * @return current flag
   		 */
   		public boolean isCurrent() {
   			return isCurrent;
   		}
   
   		/**
  -		 * @return
  +		 * @return name
   		 */
   		public String getName() {
   			return name;
   		}
   
   		/**
  -		 * @return
  +		 * @return url
   		 */
   		public String getUrl() {
   			return url;