Author: julien_viet
Date: 2011-01-15 09:54:22 -0500 (Sat, 15 Jan 2011)
New Revision: 5759
Modified:
components/pc/trunk/api/src/main/java/org/gatein/pc/api/PortletInvoker.java
Log:
javadoc
Modified: components/pc/trunk/api/src/main/java/org/gatein/pc/api/PortletInvoker.java
===================================================================
--- components/pc/trunk/api/src/main/java/org/gatein/pc/api/PortletInvoker.java 2011-01-15
14:52:32 UTC (rev 5758)
+++ components/pc/trunk/api/src/main/java/org/gatein/pc/api/PortletInvoker.java 2011-01-15
14:54:22 UTC (rev 5759)
@@ -57,7 +57,7 @@
* @param portletContext the portlet context in the scope of this invoker
* @return the <code>PortletInfo</code> for the specified portlet
* @throws IllegalArgumentException if the portlet context is null
- * @throws PortletInvokerException a portlet invoker exception
+ * @throws PortletInvokerException a portlet invoker exception
*/
Portlet getPortlet(PortletContext portletContext) throws IllegalArgumentException,
PortletInvokerException;
@@ -66,9 +66,9 @@
* a relationship with this portlet invoker.
*
* @param portletContext the portlet context
- * @return
- * @throws IllegalArgumentException
- * @throws PortletInvokerException
+ * @return the portlet status
+ * @throws IllegalArgumentException if the portlet context is null
+ * @throws PortletInvokerException a portlet invoker exception
*/
PortletStatus getStatus(PortletContext portletContext) throws
IllegalArgumentException, PortletInvokerException;
Show replies by date