weaver 2005/01/11 12:01:32
Modified: jetspeed-api/src/java/org/apache/jetspeed/container/window
PortletWindowAccessor.java
Log:
Exceptions are now handled and reported fully with the RenderingJob
Revision Changes Path
1.6 +5 -2
jakarta-jetspeed-2/jetspeed-api/src/java/org/apache/jetspeed/container/window/PortletWindowAccessor.java
Index: PortletWindowAccessor.java
===================================================================
RCS file:
/home/cvs/jakarta-jetspeed-2/jetspeed-api/src/java/org/apache/jetspeed/container/window/PortletWindowAccessor.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- PortletWindowAccessor.java 28 Jul 2004 13:24:16 -0000 1.5
+++ PortletWindowAccessor.java 11 Jan 2005 20:01:32 -0000 1.6
@@ -33,6 +33,7 @@
* @param fragment
* @return
* @throws FailedToRetrievePortletWindow
+ * @throws InconsistentWindowStateException If the window references a
non-existsent PortletEntity
*/
PortletWindow getPortletWindow(Fragment fragment) throws
FailedToRetrievePortletWindow;
@@ -42,8 +43,10 @@
* @param principal
* @return
* @throws FailedToCreateWindowException
+ * @throws FailedToRetrievePortletWindow
+ * @throws InconsistentWindowStateException If the window references a
non-existsent PortletEntity
*/
- PortletWindow getPortletWindow(Fragment fragment, String principal)
throws FailedToCreateWindowException;
+ PortletWindow getPortletWindow(Fragment fragment, String principal)
throws FailedToCreateWindowException, FailedToRetrievePortletWindow;
/**
* Lookup a portlet window in the cache
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]